-
-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Cannot Load redux.js.org #3099
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
Comments
What browser version are you using and what's your location? I've seen this come up as an intermittent error before, but it normally corrects itself. I'm able to see things fine from here. Gitbook uses LetsEncrypt to build their certs. They have good trust coverage, but there are some really old browsers that don't trust their roots, so it's not 100%. But that should be exceptionally rare. |
@timdorr As a final update to this, it looks like the primary issue was a DNS lookup failure. For the length of this issue, my DNS has been resolving the website to I'm not sure why it took so long to update my DNS. Hopefully it doesn't become common place for gitbook to jump IP addresses. |
What is the current behavior?
The website located at https://redux.js.org will not load on some networks.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem via https://jsfiddle.net or similar.
Navigating to https://redux.js.org within Firefox displays the following error message:
What is the expected behavior?
For the website to load.
Which versions of Redux, and which browser and OS are affected by this issue? Did this work in previous versions of Redux?
Previously the reduxjs website was hosted at
reactjs.github.io/redux
but in February of this year it was updated to be hosted byhosting.gitbook.com
. It would appear that this new hosting is what is causing the issue. This was updated by this PR.Other
js.org
websites that are not hosted bygitbook.com
load just fine. I know of no firewall setting or antivirus that is in the way of my connecting toredux.js.org
Any help is greatly appreciated.
The text was updated successfully, but these errors were encountered: