Replies: 1 comment 2 replies
|
I spun up a project in your region and did a quick connection test and it seems to have worked so i don't think it is a region wide issue. I have seen some reports on discord that point to issues with the project itself i.e stuck, paused or inaccessible in anyway from the dashboard. What are you using to connect, i only tested on https://piehost.com/tools/postgres-tester |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi Supabase team/community,
I’m trying to connect to the Session pooler for an existing Supabase project and consistently receive:
FATAL: Tenant or user not found
Project ref:
vbqztkckkarofjgqucqi
I have re-opened and refreshed the Supabase Dashboard → Connect → Direct connection → Session pooler screen and confirmed the Dashboard currently provides:
Host: aws-0-us-west-2.pooler.supabase.com
Port: 5432
Database: postgres
User: postgres.vbqztkckkarofjgqucqi
These are the exact values being used.
The project/database itself appears healthy and is in active use by the application. The problem is specifically establishing the Session pooler connection.
We previously checked Supavisor/pooler logs around the failed connection attempts and did not see corresponding connection events.
I have not reset the database password, recreated the project, or changed the Dashboard-provided hostname.
I’m trying to determine whether this project’s tenant/routing information is missing or stale in Supavisor, or whether there is another project-side configuration I should verify.
Supabase support ticket:
SU-444521
Could someone advise:
Whether the project ref is correctly registered/routable in the Session pooler;
Whether aws-0-us-west-2.pooler.supabase.com is currently the correct pooler host for this project;
Whether there is a safe way to refresh/re-provision the project’s Supavisor routing without recreating the database/project;
Any additional logs or diagnostics I can provide.
I can provide timestamps for fresh failed connection attempts if useful.
Thanks.
All reactions