Skip to content
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

Webpage is not available #48

Closed
designeng opened this issue Sep 17, 2015 · 5 comments
Closed

Webpage is not available #48

designeng opened this issue Sep 17, 2015 · 5 comments

Comments

@designeng
Copy link

After npm install and ./dev there's redirect to http://0.0.0.0:3000/index.html and no page available. Last message from terminal: "webpack: bundle is now VALID". What is wrong?

@jedwards1211
Copy link
Owner

As it says in the readme, "Make sure to wait for Meteor to say it's listening", which can happen after Webpack says that. Did Meteor never print anything after that? How long did you wait?

@designeng
Copy link
Author

About 5 minutes, is not it enough :) ? No message

@AdamBrodzinski
Copy link
Collaborator

Hmm that's odd. It shouldn't redirect to index.html... what happens if you just enter: http://localhost:3000/ into th ebrowser? Same thing?

You could try checking out previous commits to see if that helps. 😦

@jedwards1211
Copy link
Owner

Oh yeah, it definitely shouldn't take that long. I'm not sure if 0.0.0.0 works on all browsers/systems. Another thing to try would be to manually run the webpack commands in two terminals, then once they finish loading, in a third terminal manually run the meteor command from the ./dev script. That way you could at least see Meteor showing its progress in the console.

@jedwards1211
Copy link
Owner

@designeng any update on this? Recently when trying some experimental Webpack config, Meteor never seemed to finish loading, but I haven't figured out why.

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

3 participants