-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Server not reachable #6
Comments
what's your status of applications? pm2 status |
All apps is online: ┌─────────────────────┬────┬──────┬────────┬───┬──────┬───────────┐ |
is mongodb successfully connected? |
yes. it seems so: root@vps593332:~# netstat -plntu Active Internet connections (only servers) |
yes. mongod is running: root@vps593332:/opt/server# sudo service mongod status |
Hi @ugochirico, FYI Apply the following changes to run locally: dashboard.json: config/firstapp.json: "publicServerURL":"https://localhost:4040/firstapp" |
I follow your instructions installing all needed but after created my first app, in the dashboard I see my app but I got:
"Server not reachable: unable to connect to server"
What's wrong?
The text was updated successfully, but these errors were encountered: