Frappe Asset 404 not Found (Not Loading CSS)

I received the bug after running the app on the browser the site displayed without have css loading how we can solve this the issue?


Do bench build to build the assets

I tried bench build, bench migrate, and bench restart but still no CSS display on the site

I had this issue.

Try bench build, bench migrate, bench reboot, sudo reboot. If that doesn’t work try this.

sudo chmod o+x /home/frappe - Change frappe to your frappe user.

4 Likes

Issue resolved by restarting machine and reinstalling app and site again

here below is output

1 Like

use bench build --app frappe

1 Like

Hi everyone,
I was using helm, the issue was that redis cache statefulset was caching the wrong app.json between deployments.
Fixed it by deleting the redis-cache pod.

Thanks