ANyone knows how to fix this?if yes please do help

new install? try following command see if any error

<bench build && bench migrate

if ok

<bench setup requirements

if ok
check if all supervisor running ok using
< supervisorctl status
you shall have all running not stoped

if not show the screenshot

@neha it’s the bench folder permissions . try this : chmod -R o+rx /home/frappe/bench . (your bench directory)

still no changes in the site

@neha try to give permissions for the entire user folder . chmod -R o+rx /home/frappe


solved the previous issue but now got this one

@neha can you do bench mariadb in your bench terminal ?

yes i have done

then what to do?

@neha nothing , just checking if the database is working . try again . I remember this issue in v13 and I just kept trying .

database is working but still unable to complete wizard setup getting this error

@neha are you using docker ? developer or production mode ?

production

@neha what happens when you do bench restart . share screenshot