try using a vpn
It suggests using a vpn may solve the issue
I saw this message previous discord message, is your project in ap-south-1? https://discord.com/channels/839993398554656828/1477637992398061649/1477652198140678144
if after ~1 day or so it's still an issue then we can escalate to an informal queue that checks your ticket made it to infra. Also make sure "project stuck" is in the ticket description
Probably not right now as it has only been a short while, it's worth giving support time to get to your ticket
I think other people can give better suggestions, there is a good first issue tag on github but perhaps just looking at what issue you understand and think you can solve is the best bet
If you haven't seen it already, this is a good place to get started https://github.com/supabase/supabase/blob/master/CONTRIBUTING.md then you can open an issue
This is user managed forum so infra won't see it on here. Have you submitted a support ticket?
Is all you're seeing Edge function unhealthy? If you have an error message or anything else from the actual edge function logs, that might help
If restart is not fixing the issue then most likely that you will have to reach out to support
it should do a rolling start to minimise disruption
Changing API keys will need to be redeployed. I think you change the keys first and then deploy a new version of the application. This is no different to when you deploy the app regularly on vercel
How long is it taking to arrive?
https://supabase.com/dashboard/support/new file a ticket
~~don't click that spam~~ not relevant
If your credit balance is showing and you've successfully got an invoice for the payment and the amount you topped up > pro plan then i would reach out to support. It's possible there are still some lingering issues in the system
it should automatically use credits, what does it show when you click upgrade?
Are you still finding an issue?
https://discord.com/channels/839993398554656828/1409892722474614814/1489189338691539095 there was some errors with plan upgrades
If you want you can come back in a few days and bump the message again
If you submitted the form i think it's best to wait, i'm not sure about the timeline for those kind of requests but i imagine it would be reasonbly quick
then you can also write either the same thing top update users table or do it manually (which it seems like you did already?)
I'm not sure the dashboard is the place to do that, i would reccomend https://supabase.com/docs/reference/javascript/auth-updateuser to update the email in auth
see status https://discord.com/channels/839993398554656828/1409892722474614814/1489180004180033616 i think it's just a current issue
https://discord.com/channels/839993398554656828/1409892722474614814/1489180004180033616 looks like it's been noticed and being worked on
Ahh okay, i might have misunderstood the situation. I think its correct then that it would interfere. Capture protection is enabled on auth routes so anything that calls that endpoint would be affected
what is the issue you are seeing?
Looks like you are the first report so there is not enough evidence to suggest a wider issue
I'd fail a support ticket, i haven't been able to reproduce the error on NextJS. Do the auth logs say anything?
What does old clients mean
i think trying the above for `vite-plugin-pwa` also
if this is the link that you keep clicking then i think as the access_token and refresh_token is included, it will keep doing password reset. If you try and click the link in the email twice it should fail?
Do you have 1) code snippets of how you have set up this integration 2) what is happening in your supabase, check the logs to see. Is the request failing, is the request not even making it to supabase. I haven't used retell so if you can point me to the instructions you were following i might be able to see what it asks of you
No worries, if they don't get back to you in <1 day then try dropping your ticket number in this chat and someone might be able to put it into an informal queue, all this does is check that your ticket made it to infra
Mention project stuck inside of the ticket and hopefully that will make sure it goes to the infra team
https://supabase.com/dashboard/support/new tickets can be filed here
Have you reached out to support?
https://github.com/orgs/supabase/discussions/34455#discussioncomment-12657662 this github comment might help, the user underneath also mentions that they used this for metabase via a read only user
and then try install supabase
try `npm install -D @vitejs/plugin-react@latest`
https://vite.dev/blog/announcing-vite8 it looks like you should be using v6 of the vitejs/plugin-react instead of v4.7.0
Are you saying that this is not the behaviour that you are seeing? i.e multiple clicks of the password reset result in being logged into your user account?
^This happens if you reset successfully or you don't by the way
If you try and click the password reset link in the email a 2nd time you will end up with an error of the form `http://localhost:3000/reset-password/update#error=access_denied&error_code=otp_expired&error_description=Email+link+is+invalid+or+has+expired&sb=`
What is the issue, you have done a reset-password flow. Supabase sends an email to with a link to https:/{project-ref].supabase.co/auth/v1/verify?token=15f0907e5c5300431123f0340998abb6b64a25d4b1b383677c0dec60&type=recovery&redirect_to=http://localhost:3000/reset-password/update and that results in a link like you shared above. Immediately you should get logged in to your account and then once logged in you change the password
Also sometimes it's just a state issue that using a different device/vpn/browser clears up and it resolves itself after a short while https://discord.com/channels/839993398554656828/1464630301920723233/1464632304805613600
What do you mean disable login? If you use `supabase.auth.signInAnonymously` and use a captcha token then i dont't think that would interfere with those users that you call `supabase.auth.signIn`?
That sounds right
would probably help most
I haven't done this before so i can't comment