Skip to content

Blank screen opening localhost:4040 #75

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

Closed
BloomSN opened this issue Mar 6, 2016 · 9 comments
Closed

Blank screen opening localhost:4040 #75

BloomSN opened this issue Mar 6, 2016 · 9 comments

Comments

@BloomSN
Copy link

BloomSN commented Mar 6, 2016

Hi,

might be completely stupid question but still, i am trying to set up this on windows server 2012 r2 with npm 3.8.1 and Node.js 4.3.2 all goes well but when i am trying to access dashboard (i have set link to app hosted on parse.com) i get white screen on localhost:4040. Any idea?

Thanks a lot.

@peterdotjs
Copy link
Contributor

@BloomSN can you provide a screen shot of any console errors you see in the browser? As well as any logs/errors you see in the terminal that is running the server?

@BloomSN
Copy link
Author

BloomSN commented Mar 6, 2016

server_remote

server_remote

Here are both screens. Hope it helps, if you need more i will get more :)

Thanks

@peterdotjs peterdotjs changed the title Windows server 2012 r2 Blank screen opening localhost:4040 Mar 6, 2016
@drew-gross
Copy link
Contributor

I've seen this issue before, it's due to the express app serving index.html even when the request is for dashboard.bundle.js. I haven't had the chance to track down the error yet.

@flovilmart
Copy link
Contributor

@thamer898
Copy link

@flovilmart how to update parse server example to be 2.1.4 without any errors ?

@BloomSN
Copy link
Author

BloomSN commented Mar 6, 2016

Great the fix works :) Thanks

@natanrolnik
Copy link
Contributor

natanrolnik commented Apr 17, 2016

I'm having the same Unexpected token < when deploying to Heroku.
On localhost, it works fine and I can see my apps. On Heroku, I'm setting PARSE_DASHBOARD_ALLOW_INSECURE_HTTP to 1. I'm using version 1.0.9, and Parse Server v. 2.2.6.

Any ideas why I'm having this error?

@drew-gross
Copy link
Contributor

That usually means the dashboard never got built. If you follow the instructions in the README and install from npm you should get the already-built dashboard.

@natanrolnik
Copy link
Contributor

So instead of deploying the fork of this repo, I setup a new project using the parse-dashboard npm package, and it's working great, deployed to Heroku. I also added a CNAME dns record on my domain, so I can have parse.mydomain.com 😃

douglasmuraoka pushed a commit that referenced this issue Nov 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants