-
Hi, I just created a Remix app with the indie stack. Everything is setup but when I run
When trying to open this address with a browser, I get "Connection Refused". I even tried with wget:
Here's the
Setup: Windows 10 + OpenSuse Tumbleweed on WSL 2. The remix app is running in WSL. FYI, running another legacy NodeJS app running Express server on port 3000 is fine and accessible without problems. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I fixed it by adding the |
Beta Was this translation helpful? Give feedback.
I fixed it by adding the
HOST
environment variable to the command:HOST=127.0.0.1 npm run dev