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 ?
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 ?
This was the problem.
Solved by this line:
sudo chmod 755 /home/{YOURUSER}
Thank you for your time.