Kaya Aykut

Results 5 comments of Kaya Aykut

fwiw, experiencing this when trying to reset db with `supabase db reset --linked`. Completely kills momentum as it randomly blocks critical path. ``` Initialising login role... failed to connect as...

1. --skip_pooler workaround is not working in my case. debug logs below. 2. just in case, I also changed the password to remove all special characters per https://github.com/supabase/cli/issues/4302#issuecomment-3508678772 - same...

After 1. having tried this with various supabase CLI versions (installed via brew or directly via node) and having failed, 2. having troubleshot network & DNS I have strong doubts...

Attaching the output of the debug script. The script ends with an error, even though I am able to execute `supabase link` `supabase db reset --linked` `pnpm supabase gen types...

Update: Right now, not only the `supabase db` commands are failing but also all requests from my pre-production web application to my db instance are failing with HTTP 503. Since...