Page unresponsive


Can anyone tell me what happened here?
I guess assets/css folder is missing important ERPNext CSS files like report.bundle.css, erpnext.bundle.css, and hrms.bundle.css. are missing.
Can anyone help me regarding this.
Im using ERP Next 14

Does bench build run without errors? Have you tried restarting supervisor and clearing the cache?

Yes I did

No bench build shows errors

Usual troubleshooting rules apply, then, I’m afraid. Find what location is giving the error, then see if there’s a file matching that. Check your nginx logs, etc.

If you are running the system in a container, read the FAQ of frappe_docker.

Containers must be rebuilt (as in docker build) to update them.

1 Like

try this command

bench setup requirements

and then

bench --site site_name migrate