hi,
Installed ERPNext and setup the development environment which was working well up to few days back, but unfortunately, today when I am trying to start bench it doesn’t show IP-Address:Port to access application URL.
you may notice bench response in below picture is keep showing "Watching for changes..."
on execution of command:
bench start
.
No IP Address and port appear while running bench.
I have tried following but no luck,
-
Restarted the Server
-
Rebuild and Migrated the site.
-
Cleared cache
-
Tried to access URL by Server IP with my configured port (8000) and 127.0.0.1:8000 but site not found
-
executed the command
sudo npx update-browserslist-db@latest
any suggestion will be much appreciated. thank you.