hey folks! you may have seen a bug occasionally where, when loading a page, you would see an UNAUTHORIZED error page. we hadn't figured out what was causing this yet, but we were occasionally seeing it around deploys and large periods of site load.
good news: we finally figured out what it is! the current system we use for our feature flags has an oversensitive rate-limit system, which means that sometimes newly starting instances will fail to get the list of flags. when this happens, if a user tries to reach something behind a feature flag, they'll get a (until now, very unhelpful) error message.
we already have a fix written that will deployed on monday morning. (it's a jae change and it's already 4:30pm their time). the fix is twofold:
- migrate our feature flags to a different provider that doesn't have the rate limit issue
- remove all now-unnecessary feature flags1
until then, if you see this error, waiting a bit before refreshing should clear it up.
thanks for using cohost, and have a good weekend! 
-
like trees, software has rings. an example of this is that access to notifications is still gated behind a feature flag. we shipped notifications in march. whoops.
