NinYo
1
Hi, I know there’s a lot of questions posted here in the forum similar to my problem, yet I haven’t found a solution to my concern.
This is a fresh installed ERPNext, and seems the CSS are broken.
Already tried the ff:
bench reset
bench build
bench mysite clear-website-cache
avc
2
Seems that the user have not permissions enough over files. Check it.
1 Like
NinYo
3
Sorry, I don’t get it. This is in a production mode. What user did you mean?
avc
4
Hi:
I mean the user you have created to run frappe. Usually the user name is ‘frappe’ too.
avc
5
sudo chmod 755 /home/{YOURUSER}
2 Likes
peterg
6
For more details, check your nginx logs, usually at /var/log/nginx/error.log
1 Like
sudo chmod 701 /home/$USER
With frappe
user:
sudo chmod 701 /home/frappe
2 Likes
NinYo
8
It’s now okay. Thank you!
1 Like
adam26d
9
The methods above were not working but this combo did:
sudo chmod 755 -R /home/frappe
sudo chown -R frappe:frappe /home/$USER
bench restart
bench --site bantoo.app migrate
bench --site bantoo.app clear-cache