-
-
Notifications
You must be signed in to change notification settings - Fork 375
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
localhost being redirected to https #451
Comments
I don't think there's anything we can do about this, it's just how redirects are cached. |
can we check for the service-worker while running What do you think @lukeed @developit ? |
My 2 cents. Although we can not fix it since this is how SW caching works. We can help users if use different ports for |
serve is gone in next anyways |
Do you want to request a feature or report a bug?
bug
What is the current behavior?
yarn serve
click on the link to the https server.yarn dev
If the current behavior is a bug, please provide the steps to reproduce.
What is the expected behavior?
Not sure, i had to empty cache and reload the page per these instructions
https://stackoverflow.com/questions/25277457/google-chrome-redirecting-localhost-to-https
If this is a feature request, what is motivation or use case for changing the behavior?
Please mention other relevant information.
The text was updated successfully, but these errors were encountered: