Multiple Error Messages in Console

We deployed a fix for the issue:

https://github.com/discourse/discourse/commit/af4938baf15b4551ba8fc9727e6b9f482afd50c7

This is part of a big change @vinothkannans is working on. Historically Android erroneously reported incorrect cache usage size. The fix uses no opaque requests which end up being reported correctly.

However we need to expire our entire CDN cache when this change applies to avoid a situation where bad CORS settings (that exist now in the CDN) are served or cached on clients.

We reverted the change for now, but will make it again in the coming week with an extra cache breaker to avoid this issue.

10 Likes