Cannot create sites

error while creating site… how can i solve this problem?

thank you in advance…

@shreya115 Thank you… successfully create site… but when i start bench its close automatically… what can i do??

Hi, it seems you’ve run some bench commands with sudo, which you shouldn’t. I’d recommend you fix your permissions for your bench folder.

Run sudo chown -R frappe:frappe ~/frappe-bench

And then run bench start

1 Like

I have also faced the same problem just remove the frappe bench folder and
reinstall the repo it will work fine

Oh you haven’t changed your user, You want to login as the frappe user to actually do things in there. So do :

sudo su frappe and then run that command and everything else.