Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot run dev mode #322

Closed
pigeek opened this issue Mar 19, 2020 · 2 comments
Closed

Cannot run dev mode #322

pigeek opened this issue Mar 19, 2020 · 2 comments

Comments

@pigeek
Copy link

pigeek commented Mar 19, 2020

Environment - Win10
yarn build/yarn start - work fine
yarn dev - ends with endless "Waiting for dev server".

If I go manually to http:https://localhost:8081/, I see that the browser is able to load some bundles.

What I am missing?

@thomasnordquist
Copy link
Owner

I'll have a look, need to download and setup a VM first 😅

@thomasnordquist
Copy link
Owner

Ahh. just happened to me too.

The application expects that the TCP port 8080 is available (not in use by any other application).
If it is not available the development server will use the next best tcp port (8081 in your case)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants