I am getting Site not found error after complete installation of erpnext

1 Like

Hi,

It may help to say the operating environment and instructions followed to install Frappe. The output of bench setup nginx might be useful.

1 Like

If it’s a single site, then try bench use your_site_name for setting the default site.

1 Like

We are using Ubuntu desktop version and installed ERPnext.
erpnext@mygate-H410M-H-V2:~/frappe-bench$ bench setup nginx
nginx.conf already exists and this will overwrite it. Do you want to continue? [y/N]: y
Port configuration list:
Site mgerpnext2 assigned port: 80
Site mgerpnext3 assigned port: 8001
Site mgerpnext assigned port: 8002
Site mgerpnext1 assigned port: 8003
erpnext@mygate-H410M-H-V2:~/frappe-bench$

1 Like

erpnext@mygate-H410M-H-V2:~/frappe-bench$ bench use mgerpnext3
Current Site set to mgerpnext3

Still the same Issue

1 Like

Execute below command

sudo bench setup production [frappe-user]

sudo supervisorctl restart all
1 Like

On the Ubuntu Desktop host open a browser and visit localhost:8001 or one of the other ports, do they render?