Hosted Discourse Not Loading (empty page)

Our hosted discourse (https://forums.improbable.io) is not loading for us on desktop. The following errors are visible in the Chrome Dev Console:

Failed to load resource: the server responded with a status of 404 ()
2https://cdn-business.discourse.org/brotli_asset/locales/en-67c8607945474c06aa284cf0b706c73923b91cdbbf8b1388de591c2e6ca71b57.js Failed to load resource: the server responded with a status of 404 ()
https://cdn-business.discourse.org/brotli_asset/plugin-0217eba64282bd4fe22af66e68fb4a2e7709e2d2e0a6068b42d3894a69182166.js Failed to load resource: the server responded with a status of 404 ()
(index):353 Uncaught ReferenceError: I18n is not defined(…)
_ember_jquery-37ec894….js:4862Uncaught TypeError: Cannot read property 'startRouting' of undefined(…)

It looks like those assets can’t be fetched from the https://cdn-business.discourse.org server

Update 1

It appears to only fail over http/2 connections - http/1.1 connections work fine. Confirmed by loading in Safari (which connection over http/1.1) but fails in Chrome and Firefox (both of which are using http/2)

We have the same issue with our instance as well (discuss.jibo.com). Only in Chrome, and only on the desktop.

Sorry about that. We just deployed a security fix and are having issue with our CDN. We’re investigating.

2 Likes

Same at Stonehearth…

Ok, CDN caches have been purged and sites should be back up now.

3 Likes

Thanks for the quick fix @zogstrip!