timeout
I have 2 branches, persistent "dev" and production "release". I deployed to them the same migrations and the same edge functions. "dev" works, on "release" I am constantly getting timeouts. Even for query like
SELECT 1; I face errors like on the image I provided. I tried restarting project, it helps for "SELECT 1:" query, but after few minutes it doesn't work again. I am also trying to upload images to storage bucket and get public link for my app, also doesn't work