holdex / pr-time-tracker

https://autoinvoice-theta.vercel.app
0 stars 2 forks source link

Problem: Invalid Configuration of Database URL in Container Env #289

Closed williamrusdyputra closed 3 months ago

williamrusdyputra commented 3 months ago

Getting this error Error querying the database: FATAL: Tenant or user not found, it indicates wrong connection string

Steps to reproduce:

Possible Solution: I found that after 31st January, supabase deprecated PGBouncer (changed to Supavisor) and the connection string becomes different, we need to update the connection string example.

reference: https://github.com/orgs/supabase/discussions/17817

georgeciubotaru commented 3 months ago

@williamrusdyputra Feel free to try one more time, and let me know

williamrusdyputra commented 3 months ago

alright, its working now. Thank you! @georgeciubotaru