-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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
Fix image link
* 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
BREAKING - This coincides with aws-amplify/amplify-js#5138
Add canonical links to production logs
New UI, Old docs
feat: track page hash in ga
This reverts commit a23d34d.
…rrors fixes google analytics issues
* 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.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.