Getting 503s today in Integromat

I am getting 503s when connecting to Adalo via APIs (integromat, curl). Is anyone else experiencing this currently? Obviously a big problem for our live app!

We figured out the issue here. If you are using different copies of an app that share the same DB (e.g. DEV vs PROD vs LEGACY versions of the app), be careful when deleting LEGACY versions, since your Integromat scenarios etc. may be hooked up to those older versions! We are going to solve this by creating a “do not touch” version of the app that shares the same DB, and use that exclusively for connections).