-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
ERROR in ./dashboard/index.js and blank page #120
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
Comments
@GPack1 can you try removing |
@peterdotjs
and these
|
@GPack1 hmm the warnings are fine to ignore. I tried to run using node 5.7 and did not have any issues on OSx. I'll try later with Ubuntu. It shouldn't matter but for the |
@GPack1 How much is the system memory? Did your |
I have the same problem and my Environment: Logs:
|
Finally, I removed all and reinstalled the package as local in the Home and now dashboard works.
|
@GPack1 that's great to hear - I typically reserve using the global flags for modules I'll use across projects - dashboard isn't a case where you would. @vferdiansyah what errors are you getting in the browser? Running |
After I removed |
@vferdiansyah Can you provide a screenshot of what you are seeing as well as any network/console logs. |
Logs:
events.js:141 Error: listen EADDRINUSE :::4040 Maybe my issue is more related to #64 since I'm deploying this in production and using nginx reverse proxy? |
@vferdiansyah hmm could be related the nginx issue. Are you getting any useful logs in the browser console/network tabs? |
After looking at the console, turns out the page can't access my config file. After changing the path now it works just fine. Thanks a lot! |
I get this error after npm install -g parse-dashboard |
was able to run parse-server from the downloaded source directory after |
executing dashboard script I get an error and script stays running on terminal but
I get a blank page on http://localhost:4040
#### Environment Setup
Ubuntu 14.04
MongoDB and Parse-Server working on dev db
parse-dashboard 2.0.0
#### Steps to reproduce
execute npm run dashboard
#### Logs/Trace
The text was updated successfully, but these errors were encountered: