β˜‘ CSS files not getting loaded

Hi,

I am getting 404 error on all the CSS files. This has been happening from past one hour. However CSS files get loaded properly in offline version. Is there any development work going on the engine? (Happy to have everything going back to normal soon). :slight_smile:

Thanks.

Hi Akshay,

Can you send a link to your project? We have update the way that some files are referenced which may effect you.

Thanks,

There are many css files in this project.

In your scripts you need to change references to asset.file.url to asset.getFileUrl(). (Replace asset with whatever variables names you’re using). Basically don’t use file.url anymore but always use getFileUrl().

3 Likes