Fresh Installation Error 502

I have installed ERPNext in VPS below is screenshot . It says installed Successfully but getting. 502 Error.
while accessing the ERPNext. both the screenshot i have attached.

supervisorctl status

got the solutions

i run below command from frappe-bench directory.

#./env/bin/pip install werkzeug==0.16.0

Try this,

apt-get install supervisor
service supervisor restart
bench migrate
bench clear-cache
bench restart

1 Like

@SanRam I got the solution.

Thank you . :slight_smile:

1 Like

:slightly_smiling_face::+1: