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
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 relatedWill 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...
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.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?