-
Notifications
You must be signed in to change notification settings - Fork 7
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
localhost:8080 doesn't give an error but doesn't display the list either on ubuntu14.04 #21
Comments
firefox 37.0.2 on OS X 10.10.3 works for me. Does it only happen on windows/linux? |
So far the two machines I have tried, yes it happens with windows and Linux. Regards, Sent from iPhone!
|
Once bower gets installed, restaurant list gets populated.
Thanks to Dusty for this fix. -Madhav. |
for what it's worth, the bower dependencies should have automatically been installed when you do |
It came to light that @git-madhav was using the Docker instructions for running the app, so there may be an issue with running bower in the npm postinstall script due to the docker environment. Looking into that now. |
So i figured out what caused this issue.
So the takeaways here are that the Dockerfile needs to:
|
@clarkda said he's planning to submit a pr to address these issues with the Dockerfile |
#26 removes the bower dependency so no need for any Dockerfile changes related to that |
#34 addresses the node_modules being accidentally included in the docker image, so we really just need for the npm install to not be run as root to close this ticket. |
Chad,
if I use the https://6f615fd.ngrok.com on windows chrome browser, pointing to virtual box / ubuntu14, it works fine.
if I do the same on virtual box / ubuntu firefox browser, it doesn't display the list, and it doesn't give an error either. Debug window doesn't show much.
I just noticed, it might be firefox browser issue. I tried to use firefox on windows, it did not work either.
Any ideas?
-Madhav.
The text was updated successfully, but these errors were encountered: