Our retool app is up and running for over 1.5 years, we use Firestore and BigQuery for data sources.
As of 15 minutes ago, all queries connected to Firestore and BigQuery resources are returning results wrapped in an additional data field. This is a breaking change that was not present before and has taken down our entire app.
Every data-bound component across our app is broken. Fixing this manually component-by-component is not a viable solution!
My Retool site has stopped working. Queries without transformations return data, but nothing is displayed on the screens. It looks like an internal error in Retool’s own code.
Previously, the DB queries, let's say, have a DB which says "getContactsForUser". It used to return a list of arrays under "getContactsForUser.data". Now, all DB queries returning data, the list of arrays, are now within "getContactsForUser.data.data". This is a massive change, and all the components that are dependent on these DB queries are now failing. This massive bug has to be corrected immediately.
We have noticed all of our projects to brake down about 10 minutes ago. There seems to be a change in how query data is fetched and tables can not render in.
The same problem appears across all the apps and projects.