PostgREST: Unhealthy (for 3+ hours) Auth: Unhealthy (for 3+ hours) Realtime: Unhealthy (3+hours)
Hello
I'm experiencing an issue with my project after it was recently restored. The project has been in an unhealthy state for several hours now, and I cannot reach my edge functions despite them showing as "Healthy" in the dashboard.
Issue Description:
Services Status:
Database: Healthy
Storage: Healthy
Edge Functions: Healthy
PostgREST: Unhealthy (for 3+ hours)
Auth: Unhealthy (for 3+ hours)
Realtime: Unhealthy (for 3+ hours)
Edge Function Issue:
Function name: send-contact-email
The function shows as "Healthy" but requests fail with (failed) net:: error in browser DevTools
No logs appear in edge function logs (completely empty)
Requests never reach the function - they fail at network level before reaching the endpoint
Dashboard Message: The dashboard shows: "Recently restored projects can take up to 5 minutes to become fully operational" - but it's been several hours already.
What I've Tried:
Waited several hours for services to initialize
Verified edge function code and configuration (all correct)
Checked RESEND_API_KEY secret (properly configured)
Verified the function is set to verify_jwt = false in config.toml
Request: Could you please investigate why PostgREST, Auth, and Realtime services remain unhealthy after project restoration, and why edge function requests are not being routed properly despite the function showing as healthy?
Thank you for your assistance!
Best regards
I'm experiencing an issue with my project after it was recently restored. The project has been in an unhealthy state for several hours now, and I cannot reach my edge functions despite them showing as "Healthy" in the dashboard.
Issue Description:
Services Status:
Edge Function Issue:
Function name: send-contact-email
The function shows as "Healthy" but requests fail with (failed) net:: error in browser DevTools
No logs appear in edge function logs (completely empty)
Requests never reach the function - they fail at network level before reaching the endpoint
Dashboard Message: The dashboard shows: "Recently restored projects can take up to 5 minutes to become fully operational" - but it's been several hours already.
What I've Tried:
Waited several hours for services to initialize
Verified edge function code and configuration (all correct)
Checked RESEND_API_KEY secret (properly configured)
Verified the function is set to verify_jwt = false in config.toml
Request: Could you please investigate why PostgREST, Auth, and Realtime services remain unhealthy after project restoration, and why edge function requests are not being routed properly despite the function showing as healthy?
Thank you for your assistance!
Best regards