Erpnext Ui not loading the css and style

Hello i have setup production i have created site before that but its not loading css or somthing… what will be the reason how to resolve???

Hii @pm23

Try this command :

sudo chmod o+rx /home/username
bench restart

@Manav_Mandli outside of frappe-bench dir???

inside your bench cd frappe-bench …

@Manav_Mandli sudo chmod o+rx /home/[frappe-user]??

Simply write your username which is used for setting up production. For example, if the username is “frappe”, then run the following command:
sudo chmod o+rx /home/frappe

1 Like

@Manav_Mandli got it that is frappe-user. It works thank you so much!!

1 Like

@Manav_Mandli Can i know that what is use of this command and what it does exactly as a learner i would like know

When we use a different user to set production mode, we should use this command to provide directory privileges(permission).

Ok thanks @Manav_Mandli