AVOID: VercelPostgresError - 'invalid_connection_string' #1076
Replies: 1 comment
-
VercelPostgresError - 'invalid_connection_string' |
Beta Was this translation helpful? Give feedback.
0 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.
-
PLEASE if you setup this template and copy the .env.example, PAY ATTENTION to the query param at the end of the
POSTGRES_URL
, being?workaround=supabase-pooler.vercel
.I blindly pasted in my Supabase Postgres URL and got the error from the title. Then I got into the rabbit hole of this issue for HOURS!: vercel/storage#123. Then finally I wondered why NOBODY seems to have this issue in create-t3-turbo. I searched my repo for "supabase" and finally stumbled upon that query param in the .env.example... What a relieve...
Beta Was this translation helpful? Give feedback.
All reactions