Frappe Bench Login page CSS missing

After installing Frappe successfully, I ran the bench start command and everything started properly. However, once I opened the site on my localhost I saw that the login page was missing its CSS.

Upon inspecting the console I noticed that http://localhost:8000/assets/css/standard_style.css was giving a 404.

I am a beginner with this framework and have no idea how to restore this file or how it even went missing in my installation process.

How can I fix this?

Thanks in advance for your help.

Same issue observed. Additional details.

OS: Ubuntu 20.04 LTS
Python: python 3.8.2
Bench: 5.0.0
Node: v10.19.0
npm: 6.14.4

Problem exists after running ‘bench update --build’

1 Like

Had this problem on a new install.
was a 1Gb VM, changed to 2Gb and css and js then installed that was missing, after ran update.

Does running bench build complete successfully?

Was this problem solved ? Facing the same issue ?

Check the home folder permission where ERPNext is installed. It should be 755 and not 750.

Am having the same problem.