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???
1 Like
@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
2 Likes
@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