ToDo App (localhost:3000) shows no UI in Browser
See original GitHub issueWhen I start the container with the node app, everything looks fine, but upon navigating to localhost:3000 the browser window is empty (see screenshot):
The logs contain exactly two lines:
Using sqlite database at /etc/todos/todo.db Listening on port 3000
This is on Docker Desktop CE Stable for WIndows 2.2.0.5, Docker Desktop CE Edge 2.2.3.0 under Windows 10 Pro 2004 and Windows 10 Enterprise 19.03. Tested with Chrome, Firefox, and Edge (all latest versions).
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:22
Top Results From Across the Web
localhost:3000 not rendering app, old PWA name still visible
Under the dev tools, head on to the "Application" tab. Here, on the left side, you'll find an option "Service Worker".
Read more >Setting up a Node development environment - MDN Web Docs
In Node/Express a web application creates and runs its own web server! ... Open a browser and navigate to http://localhost:3000/ to see the ......
Read more >Testing Your App | Cypress Documentation
What's more - since Cypress enables you to do things like stub network requests you can build out your web application without even...
Read more >Debug Browser Apps using Visual Studio Code
When you hit F5 or the Start button in the Run and Debug view, http://localhost:8000 will be opened in debug mode. If you'd...
Read more >Use React and Spring Boot to Build a Simple CRUD App
This article shows you how to use them in the same app and secure it all ... app and hit http://localhost:8080/api/groups with your...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I am following the tutorial now on Windows 10. I cloned the source from github. Added the Dockerfile as per the tutorial. Ran the container using
docker run -dp 3000:3000 getting-started
. I get the following in the docker logs:and then nothing on
localhost:3000
Any ideas what might be wrong?
Hi, thanks for the suggestion, @mikesir87. That worked as far as the Console errors are concerned. But there is still nothing being displayed but an error message:
Should I file a separate issue for this?