Hi,
When my app runs on Vercel (serverless and Edge), every request to this URL fails with:
Error: getaddrinfo ENOTFOUND fyrjcjrnpsxxmnyjurvuy.supabase.co (ENOTFOUND)
The project is not paused; I can open the URL and use the API from my local machine and browser.
So the problem appears to be that Vercel’s servers cannot resolve this hostname (DNS lookup fails from their network).
Thanks.