|
Me and a team worked on a project for a competition using a Supabase database for the backend. We submitted it around a month ago, but since then it has gotten no traffic and was paused. Of course, we still need the database up for judging (which will probably happen in late Feb/early March), so I went in to unpause it. After unpausing though, two services (Auth and PostgREST) showed unhealthy. I waited a day to see if it would resolve itself, but nothing. I also restarted the database twice. The logs show no errors, but our app does not allow us to login anymore. We need to figure this out ASAP so we can ensure it functions for the competition. Any help is much appreciated! |
Replies: 1 comment 3 replies
|
The one thing when REST API appears unhealthy is if you disable it but the UI even though at first looks that way the description says disabled. But that would not impact auth. Any useful errors in the PostgREST or Auth logs? Read only warnings? But this is most likely a support request to resolve as you already tried restarting. |
No problem, finally got it working! Just had to pause and unpause my project.