Problem loading css in erpnext local

I installed erpnext v15 in windows 11 (with wsl). Installation was fine but I am not able to load css. Js is loaded but not css.


What could be the problem and how can I solve it ?

Hi @anupd:

Try
bench build --force

Check too permissions over your bench folder.

Hope this helps.

This was the problem.

Solved by this line:

sudo chmod 755 /home/{YOURUSER}

Thank you for your time.