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

Added extra parameter to npm start script to avoid webpack-dev-server… #1603

Closed
wants to merge 1 commit into from

Conversation

konstantib
Copy link

Issue #, if available:

When running the project as is using npm start no page was served on http://localhost:8080/ on my machine.
This is due to webpack-dev-server is using IPV4 and newer laptops and browsers are using IPV6.
The issue is fixed here: webpack/webpack-dev-server#676

Description of changes:

Adding --host :: will ensure the project runs and serves the page correctly on newer browsers.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

… ipv6 problem

When running the project as is using `npm start` no page was served on http://localhost:8080/ on my machine.
This is due to webpack-dev-server is using IPV4 and newer laptops and browsers are using IPV6.
The issue is fixed here: webpack/webpack-dev-server#676

Adding `--host ::` will ensure the project runs and serves the page correctly on newer browsers.
@renebrandel
Copy link
Contributor

renebrandel commented Apr 20, 2020

Hi @konstantib - we're freezing all content changes to the master branch as we're migrating to our new docs. Do you mind porting this PR to v2-preview branch?

@renebrandel
Copy link
Contributor

renebrandel commented Apr 20, 2020

Check out our new docs here: docs.amplify.aws

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

Successfully merging this pull request may close these issues.

2 participants