Earlier today we deployed a feature that relied on a new environment variable. Despite updating the relevant files with the correct variable, one failed to deploy properly resulting in the variable not being found after deployment, and causing the errors that led to spaces not loading. This has been rolled back.
A recent update introduced a change to how sheet counts are processed. As part of this update, we began including a timestamp (countsComputedAt) to indicate when the counts were calculated. Shortly after being deployed to production, several endpoints (such as get workbook, update records, patch job) started returning 400 errors with the message recordCount.updated_at.getTime is not a function.
While making an enhancement update on the way we do releases, we encountered a drop in network traffic to our services due to a misconfiguration. We identified and reverted back the change to resolve the issue.
Flatfile experienced an issue maintaining database connections via a proxy which led to service degradations whereby some connections from the app to the database unexpectedly hung up, returning a 502 error to the client. The connection issue with the proxy was resolved at 11:47am MDT.
An update was deployed to the UK regional server that ended up breaking some internal routing. Once the routing issue was identified, our team deployed an update to correct this behavior.