Best thing might be to first take a look at the supabase `contributing.md` in https://github.com/supabase/supabase?tab=contributing-ov-file
Maybe this is just a bug and worth filing in https://github.com/supabase/cli/tree/develop
it seems like if you set the download parameter as the name of the file you can download with a different filename
This is a reply they give to everyone on free, hopefully they might still reach out in a few days.
What is the exact workflow you are doing here? You mention variable on the client but that won't be persisted across different site visits? You could have mapping table between friendly filenames and UUID's on Supabase?
Given that it is not documented you would have to either 1) Assume there is no limit or 2) Reach out to support to double check. I haven't come across a limit before but i have a vague recollection that one of the github issues i was looking at months ago might have mentioned one but that would be like trying to find a needle in a haystack at this point
The documentation doesn't mention these ominous warnings, i'll make a note that it could be updated to include this information
From what i can see image transformation is disabled on both however the limit on the left suggests it may previously have been a pro project and enabled (or perhaps a bug) but they both look disabled from here which is expected for the free tier https://supabase.com/docs/guides/storage/serving/image-transformations
Out of curiosity where does `Learn more` take you?
Realtime is a Supabase managed schema ad tables like messages should remain in it. I think this is a bug and probably worth reach out to support
Perhaps using persistent branches here and doing the same thing might work? But i can see how normal preview branches would have that issue
If you were using 2 supabase projects before i assume it was for prod/staging and you had two different google clients set up in each environment?
I think Gary might have answered this a while back https://discord.com/channels/839993398554656828/1429086720028315769. Is it the same issue or have i misunderstood
I'm not sure to be honest, i don't have that many edge functions to test. If the issue is a rate limit due to the number of functions i would expect that Github Actions would also be affected
Doesn't oauth2 require an authorisation server, what would be the authorisation server here and wouldn't it still pass along email information for most things?
Strange, perhaps those were created prior to the comments on the discussion Gary posted
Looks like you got an answer here https://discord.com/channels/839993398554656828/1420784531685900451/1484178839436529726 for that
Hm, will raise it to Supabase team See if anything is happening there. Keep an eye our on <#1409892722474614814> and maybe also file a ticket, as this may be just a handful of projects
Same region?
new issue please
No that is not desired, 180 functions is a lot to push at once though. I know the management API does have a rate limit and i think the cli uses that under the hood so perhaps that is what is causing your issue?
you may still find yourself waiting a day or 2
I've added the ticket to an informal queue and this just checks that infra is aware of it
You should have just restarted, not paused first
As in sign in with google but without email?
What do you mean by this
I think that an email is still required but perhaps you can autogenerate an email randomly? From the perpective of the user they won't see anything different
https://better-auth.com/docs/plugins/username better auth does have a username plugin which will allow users to sign in with a username
But yes, just adding a file and pushing deploy will not save/deploy that file
I managed to get it to deploy, i just had to add `import { verifyJWTClaims, createAuthErrorResponse } from "./authUtils.ts";`
If that hasn't fixed things then filing a ticket with support is the only way to go i'm afraid
Did you import your 2nd file into your first file before deploying it? I think edge functions deploy index.ts and then any other files that are imported by that one?
I don't think that would be the issue or if it was, it would be a first. I think your project instance for whatever reason has got into a broken state and you just need to restart it
how often is time to time?
And the function is different between runs?
If so just check that the 1) The project ref you have included is correct or 2) check if you do have access to that org
Is the error here because of the `Organisation is needed for installing an integration`
Try restarting your project
I haven't seen anything raised by anyone else yet?
Is it a specific function or group of functions or all of them? What are these functions doing?
Not supabase status, the status on you dashboard
As in where are you seeing your old username?
I don't think changing usernames should make a difference, if you click sign in with github what do you see?
Is the status of the storage on the home page degraded?
Yeah if this works for you and your team then it sounds good
Hi there, this is a user forum so there is not much `investigating` we can do i'm afraid. Reach out to support to support, did you receive an email saying that it would reset? or did you get told you were blocked which i think can happen if severly over
I've edited that out, i think that was a mistake
Is having the pre dev any different to doing this on staging?
Don't believe so, i think you gave to manually trigger an update
basically wherever it says `verifyCaptcha`