Velocity Plugin for External Style Sheet not working

Hi All,

My velocity report plugin version is 3.6 . My Developer Servoy version is 2023.12 .IT is NGClient . I have a Template layout . I am using external style sheet . I am giving relative url .When viewed from inside Servoy , css It is not rendering . Then I tried to move the template and css folder to Root directory . I am then giving complete http url for css . I could access the url in the browser. When viewed from inside Servoy , css Still not rendering . I am doing everything correctly. $baseHREF is deprecated .I tried out every possibility . Inline css is working but external css is not working.

Please provide any suggestions…

Thanks,
Ashutos Lenka…

You don’t put the template in the ROOT directory.
It should be placed in the repository that is pointed to by the velocityreport.reportFolder path

But you can place the external css in the ROOT directory and then reference it with where $PORT$ is the port you are running Servoy. For example
On a server, if you are running inside a war context (and not ROOT.war), add this context the url, like , for example

It should work.

Thanks Patrick