connection to server at "aws-0-us-east-2.pooler.supabase.com" (3.139.14.59), port 6543 failed
Hi, my application is down and upon logging in directly
psql -h aws-0-us-east-2.pooler.supabase.com -p 6543 -d postgres -U postgres.[user-id]
I got this error
psql: error: connection to server at "aws-0-us-east-2.pooler.supabase.com" (3.139.14.59), port 6543 failed: SSL connection has been closed unexpectedly
I tried restarting the project, even as to perform a backup recovery since I'm out of ideas.
This happened suddenly without warning. I also didn't receive any emails regarding any changes of SSL connections.
Can you please help.3 Replies
Can you read any tables through the dashboard?
Since this is a sudden error, there is also a possibility this is from supabase end, if possible, try contacting support
I can access the tables from the dashboard. Just from 6543 is not available. But 5432 is working however only for a few minutes then it went down.
Since my app is on vercel, need to use transaction mode
Purchased the IPv4 add-on. Seems to resolve the issue and get my app back up 😆
Awesome 👍🏾