Getting this error Error querying the database: FATAL: Tenant or user not found, it indicates wrong connection string
Steps to reproduce:
Clone the repository
Follow the pre-requirement instructions
npm run trigger-dev:proxy
change LOGIN_ORIGIN and APP_ORIGIN to forwarding URL from telebit)
Run docker compose up
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.
Getting this error
Error querying the database: FATAL: Tenant or user not found
, it indicates wrong connection stringSteps to reproduce:
npm run trigger-dev:proxy
docker compose up
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