-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Doc site is down, react.semantic-ui.com does not load #1404
Comments
Vendor:
Hm, gonna have to investigate this a bit more. |
Per @jaylord-github in #1412, seems there is also a content encoding error coming from cdnjs.
This is likely the same issue as #1383. This error seems to be thrown when the HTTP headers are claiming the content is gzip encoded but it actually isn't, see here. This makes sense given the sytax errors we're seeing, the browser is likely trying to decode something that isn't encoded in the first place. This meteor issue meteor/meteor#7295 reports issues with certain browser extensions screwing this up as well. Can @layershifter @jaylord-github @ben174 and @ryan4888 try turning off any browser extensions (i.e. use incognito mode) and see if this resolves the issue? Also, please let me know which browsers this is happening in. I'm unable to reproduce this issue still. |
@jlukic if you see this, any changes to the hosting recently? |
@levithomason These screens was captured in incognito mode. Also, there was same problems in FF. |
Are you able to post the full request and response details? Here's what I'm getting for Request
Response Headers
Request Headers
|
Request
Response headers
Request headers
|
On success load. Request
Response Headers
Request Headers
|
@levithomason Like I said, the issue does not occur for me anymore. I'm not sure what caused it. However, I can say that when I was having the issue I disabled uBlock and that did not fix it. I didn't think to try incognito mode. |
This is helpful, I appreciate the dual update. |
@layershifter is this issue still persisting for you? |
No, everything works fine now. |
Ok, chalking this up to an error server side then. We changed nothing on our end. Hopefully it is resolved for good. Thanks for the prompt reply. |
Does this only happen from |
It happens only with |
DNS is also broken, see #1429. For now, use this temporary docs link, images will be broken but the docs work for the most part: |
I've also updated the README.me and links on the repo home page with this information. |
Docs are back up. I've removed the temporary docs warning from the README.md. I've also updated all doc site images to use our local images, fixing #1441. I've also updated all HTTP links to semantic-ui.com to use HTTPS so that they work with the new changes. The DNS changes 3 days ago were highly likely the cause of the initial intermittent failures. Once fully propagated, they resulted in complete doc site failure to resolve. I expect everything to be stable now. |
Something strange is goins with our docs.
On first open:
After F5:
After next F5 all works normally 😕 Seems there is problem with rawgit.
The text was updated successfully, but these errors were encountered: