Is your app in development mode and if so have you added test users?
Yeah i think reach out to support, having to keep restarting is not a suitable solution and if it's 5xx it is an internal issue perhaps related to the instance
or is it the database URL connection?
How are you connected to your database? is this using the supabase client?
No i think at that wouldn't be helpful if it's not a long term solution
Where is the PR(s) that needs to be merged
I do not know i'm afraid, might be worth reaching out to support anyway to see if they can provide any details. If you could share what they say that would be good also but sometimes for 5xx which are internal errors, restarting can clear it
Looks cool, been a while since i have seen java code. What made you decide to build this?
What were the environment variables you were accessing inside of your application. Were you accessing the `PUBLISHABLE_KEY` and the `SECRET_KEY` or were using the old environment variables but the right values just happend to be pulled in i.e ANON_KEY and the SERVICE_ROLE_KEY?
The first thing i might reccomend is doing a project restart (not update!) if you haven't already
Where is the doc with this error?
Are you both working with a local version of Supabase and if so what version of the cli?
What region are you in, same for <@1501517824147853333>
Could be a browser bug, try using a different browser or VPN or device
When you say chunk size is 5MB is your size much larger than that? Should you be using resumable uploads for your case https://supabase.com/docs/guides/storage/uploads/resumable-uploads
Give support 24-48 hours to see the message
This seems reasonable
makes sense
What do you mean recover the data?
I think Gary has already provided some guidance here https://discord.com/channels/839993398554656828/1500480508138619101/1500487406090977311. You create a real account, invite that account to your project using the temp account as owner the migrate that project to a different org i think
Have you tried restarting the DB?
It may be that it was a weekend hence the delay
Did you file the ticket on may 2nd?
If restarting didn't help then i think that waiting for support is the only option. That email that you saw doesn't mean that they won't respond reasonably promptly especially if on pro.
<#1381896351754883082> and <#1497279895871553558> would be good places to share this
Could this be a network or firewall issue? Try using a VPN
What is the reason you are choosing to pass the token instead of using the Supabase Client?
I think you have to save the `refresSession` in a new variable i.e ```final AuthResponse res = await supabase.auth.refreshSession(); final session = res.session;```
https://github.com/orgs/supabase/discussions/18937 there is this discussion on github. I am sure any detailed feedback added here would be appreciated
Ahh okay, i didn't know that but that seems plausible
What do you mean custom domains, as in an email account associated with a personal domain? Perhaps better to leave a seperate question in <#1006358244786196510> if you think you are facing a similar issue
Thanks for letting us know
The person responsible for log drains can then get some visibility into it
Not sure if this will help but you can try adding an issue in https://github.com/logflare/logflare
Would `db_sql_connection_wait_total The total number of connections waited for` work?
anywhere between a few hours to a few days for most things
I would guess so but the standard of proof that support requires is the issue
What version of supabase are you on?
https://supabase.com/docs/guides/api/using-custom-schemas this might help also for custom schemas
You can find the exposed schemas here https://supabase.com/dashboard/project/_/integrations/data_api/settings
I'm not sure, is there a way to verify the Supabase account belongs to you because if you don't have the email that might be difficult
Support gives this message to everyone, i would wait as they usually aim to get to answer even free tickets
it seems like there is a github issue open. If you haven't already, then i would recommend adding feedback on https://github.com/supabase-community/supabase-mcp/issues/261
it seems like there is a github issue open. If you haven't already, then i would recommend adding feedback on https://github.com/supabase-community/supabase-mcp/issues/261
looks solved based on https://discord.com/channels/839993398554656828/1498930705571516496
503 errors will require support to help i think especially if you have already restarted
Do you have an outstanding invoice or are you over your qouta?
You mention "your end" but it's worth noting i am a community helper so i can't do anything to your instance. I think at this point i would recommend reaching out to support@supabase.com
So is this flow user enters their code -> goes to the right screen to choose an assignment? If so, one thing that does look a bit off is the "student/teacher" tab on the 2nd screen. I would think you only need to have a selection on the first screen for that otherwise it might be confusing
It is sort of up to your own preferred setup. With branching you get a bit more ease you can make changes on a branch and it inherits from the previous branch so it's easier on that front but like you said you have to pay. Using separate projects gives more isolation but you have to manually port migrations over when you are ready to prod using the CLI. From what i have seen, most people tend to use seperate projects because branching can have it's quirks at times also