CSS @imports not working v1.16.3

I'm getting errors with relative pathing with the @imports using CSS in v1.16.3.

(ERROR, HTTP) File not found: /__APP__/base64Vars.css
(ERROR, HTTP) File not found: /__APP__/imageVars.css
(ERROR, HTTP) File not found: /__APP__/customFaIcons.css
(ERROR, HTTP) File not found: /__APP__/iconHtml.css
(ERROR, HTTP) File not found: /__APP__/buttonLabelOnly.css

I assume with the addition to letting us use the "assets" folder, that now things are pointing to APP instead. However, does this mean we have to throw our themes in a specific directory compared to the root?

Also, loading the dev tools in OSC. I noticed in the sources that each CSS @import is loading nothing.

Cheers,
DMDComposer

It seems I overlooked the issue, I'll try to fix that asap.

3 Likes

This should be fixed at last in v1.16.4

2 Likes

Thanks again for the updates and fixes Jean!

Not sure if it's related to the new fixes, but I'm getting this error now in 1.16.4, when use-ssl is checked in server configuration. When it's uncheck, it works fine.
use-ssl error

Cheers

1 Like

I spotted it a minute ago, hot fixed released is on its way.

2 Likes

Ha, you guys beat me too it. Was just about to report this.

Cheers, guys!

-Dillon