I'm trying to deploy just the hello-

I'm trying to deploy just the hello-containers example but on npm run dev it builds and hangs at Starting local server.... I can access the main page with listen endpoints but navigating to any of them results in 500 errors. All setup using defaults for that template. This is in WSL context.
4 Replies
Mike Nomitch
Mike Nomitch2mo ago
Hmm - Probably a WSL-specific bug - sorry we've tested this less than the other systems for the silly reason that most of our devs are linux/mac If you do a docker ps do you see any container running when you route to it? And if so, if you do docker inspect ID for that container, do you see a host + IP assigned curious if its networkign or boot related
Ted Bunny
Ted BunnyOP2mo ago
Will have to check a bit later but thanks for the input! Also lol I'm definitely the silly one here. Just doing this solo on PC which I'll migrate to linux eventually...
Anes
Anes2mo ago
I'm having the same issue with WSL Ubuntu. It just creates bunch of same image with different tags everytime I kill the terminal and try to start dev server. There is nothing on the docker ps. Containers are not running.
Wonky Onion
Wonky Onion2mo ago
sorry following up a bit late, we've investigated and local dev should work in WSL. what errors are you getting? is it just getting stuck? can you verify that the docker daemon is definitely listening on unix:///var/run/docker.sock?

Did you find this page helpful?