Next.js dev server runs but localhost:5173 does not open on Windows + WSL #86908
Unanswered
primeautomation-dev
asked this question in
Help
Replies: 1 comment
-
|
This is a combination of WSL networking + project location + config. Main issue
What to fix1. Remove
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm having an issue with Next.js dev server not opening in the browser.
Environment:
What happens:
Local: http://localhost:5173
Network: http://0.0.0.0:5173
Extra notes:
output: "export""Unrecognized key(s) in object: 'appDir' at 'experimental'"
Things I already tried:
Question:
Is this related to
output: "export"or WSL networking?What is the correct way to run Next.js dev server in this setup?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions