-
Notifications
You must be signed in to change notification settings - Fork 4.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
Docs site is down #786
Comments
Interesting, checking into it. Thanks. |
Well, this is odd. The bundle certainly is there: https://github.com/Semantic-Org/Semantic-UI-React/blob/gh-pages/vendor.332facbd595679008f1b.js Indeed, all of the assets are: https://github.com/Semantic-Org/Semantic-UI-React/blob/gh-pages. I can also pull the |
Scratch hosting issues, I've turned off the react.semanti-ui.com This one is on GitHub. I'll see if deploying again fixes it, otherwise, we're dead in the water until GitHub resolves the issue. |
You can try forcing a gh-pages deploy by pushing a empty commit to your |
Yep, did that twice already. I'm thinking we're up against a size limitation or availability issue with the https://semantic-org.github.io/Semantic-UI-React/vendor.72287be50c36a97a2314.js But, for example, the rawgit CDN for the same file has no issues: https://cdn.rawgit.com/Semantic-Org/Semantic-UI-React/gh-pages/vendor.72287be50c36a97a2314.js The load times were getting pretty horrendous, see #765, so I'm going to assume we've hit a limit or bug here. We should split the bundle. I'll see if I get the bundles to serve from rawgit as an interim solution. |
Hah, I'm going to tell myself my ~100 byte PR #782 is what set it over the top 😉 But honestly I find it highly unlikely that a 7mb js asset won't work on gh-pages. But it's definitely something broken on their end. Probably worth contacting support over. And maybe hosting on a s3 bucket for now. |
Fixed. What ever the reason, GitHub simply can't serve the vendor bundle any longer. I've moved all assets to serve from rawgit. Thanks much for the quick notice. |
Appears the doc site is down, sorry if this isn't the right place to create an issue about it, but thought you'd like to know:
Looks like
vendor.332facbd595679008f1b.js
is missing.The text was updated successfully, but these errors were encountered: