I guess I found the error in auth the tester's account was present, in profiles table it wasn't, and in my delete user function for testing proposes I probably deleted his account and the function was still not deleting the user from auth, making it so that the user is in auth, signing with google, not new user, handle new user not called, profile row not found, user can't fetch data
maybe try using ipv4?
You have docker running?
the warning you got doesn't mean its not secure though, if you have the view pointing ONLY to the columns that are MEANT to be PUBLIC, and you made the view run by the privileges of its owner " ig in your case postgres " supabase will give you warnings, you can ignore them anyways
well I guess I gonna start with supabase cloud version, later I may move to self hosting it
I mean functional stuff that hosted version has and self hosted doesn't if there is, because I don't want to get into a point where I need a feature in the cloud version that is not in the self hosted version
well those can be done bro, edge functions can be self hosted and auth emails can be configured using resend, I don't care if the self hosted instance lacks some UI stuff, I can configure those in `config.toml`
Yea bro supabase is fully open sourced
Actually I didn't test it locally until today, I thought it was only a check but turns out it does require a provider, so I made it add the configuration of a provider with empty strings for testing, and this time I've tested it, you can check the code again
try ```bash supabase start --exclude vector ``` anyways I recommend you installing native docker cuz you're now running docker desktop on your linux device
You need vector?
Alright run these and tell me what you see: ```bash docker ps ``` and also ```bash docker info ```
Docker is running by now on your device right?
can you share some logs?
https://github.com/supabase/cli/pull/4683
<@107176742342402048> I opened a PR solving this issue
Its great but keep in mind you'll lose `auth.uid()` which is only if you use supabase x supabase auth, and you'll need to map your own external auth user id to supabase and create your policies around that
I see alot of things didn't load in the image
Try refreshing the page
Hope you get back your project soon
At least now you will be more careful and save up your stuff
its really so weird
he said he has only one account
the project is alive: ```bash curl https://rwktcecwxaktqcviajti.supabase.co/rest/v1/ {"message":"No API key found in request","hint":"No `apikey` request header or url param was found."}% ```
guess so, also for development I recommend you not store important stuff, anything would mess up in development, thats why there is a separate dev db
You can backit up with this: ```bash pg_dump "postgresql://postgres:YOUR_PASSWORD@db.xxxxx.supabase.co:5432/postgres" \ --format=custom \ --no-owner \ --no-privileges \ -f supabase.backup ```
Then bro find your databsae password
then bro idk what to tell you, reach out for support, and next time save your database credentials, you would've recovered your database, service role key isn't everything bro
Idk, its weird, and if you got the schema I think you don't need to waste time waiting for support, just create a new project with same schema and seed it, its the first time I see such an incident, never happened with me before
then you can reach out to support bro, also if you got the schema and you still in development, just create a new project with the same schema
You can back it up if you have the password, I'll give you the command syntax
If you got it you can back it up
Ok one last question, you got the db password?
They will probably help you bro
Then you must contact Supabase support, this is all you can do tbh https://supabase.com/support
You might have multiple accounts on supabase
You sure its on this account?
its not here?
now do supabase link
alright then do `supabase login`
You have supabase cli, right?
You want to backup?
did you receive an email that your project was paused?
it was on the free plan?
can you go to the organization it was in?
are you logged in to supabase?
means the project wasn't deleted
You can call the auth API and such?
if you got it you can try entering : https://supabase.com/dashboard/project/<project-id>
you got your supabase url for the project?