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 --host :: to npm start command #1617

Closed
wants to merge 89 commits 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 :: to npm start 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.

TrekSoft and others added 30 commits February 13, 2020 11:25
* Amplify @model triggers + kinesis streams docs

* Update quickstart.md

* Update quickstart.md
* Amplify console hosting docs

* Update quickstart.md

* Update quickstart.md

* Update .spelling

* Update quickstart.md

* fix spelling errors

* Update quickstart.md

Co-authored-by: Nikhil Swaminathan <2429410+swaminator@users.noreply.github.com>
…DKs (aws-amplify#1179)

* Update default landing section and note for
Amplify iOS/Android and SDKs

* Update note, add new line, and message for Auth

* Fix typo for platform description
* Update note for storyboard apps and pod version

* Add new line for note
* Add image base path

* Update links from Getting Started page.
Added missing auth dependency + raised sdk version
* add section for upgrading the CLI

* Update usage.md
Adds note about GUEST user state on first initialize
* Reference Apple Sign In blog and hostedUI options

* Update authentication.md

* Update wording for sign in with apple
…mplify#1226)

* remove awscore from getting started

* Update to latest AppSync version 3.1.0
renebrandel and others added 29 commits April 1, 2020 16:06
This reverts commit a23d34d.
* Made all of the links to resources clickable

* Update push-notifications-setup-fcm.md

added space

Co-authored-by: Tim Schmelter <schmelte@amazon.com>
Co-authored-by: John Pignata <john@pignata.com>
* iOS - Bump all to 2.13.0

* remove 2.13.0 for AWSMobileClient for predictions.md

* remove unneeded dependencies

Co-authored-by: John Pignata <john@pignata.com>
… 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.
@konstantib konstantib closed this Apr 21, 2020
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.