Hi,
It may help to say the operating environment and instructions followed to install Frappe. The output of bench setup nginx
might be useful.
If it’s a single site, then try bench use your_site_name for setting the default site.
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$
erpnext@mygate-H410M-H-V2:~/frappe-bench$ bench use mgerpnext3
Current Site set to mgerpnext3
Still the same Issue
Execute below command
sudo bench setup production [frappe-user]
sudo supervisorctl restart all
On the Ubuntu Desktop host open a browser and visit localhost:8001 or one of the other ports, do they render?