Deploy Supabase from Dokploy template for Next.js env URI: Best practice? #2221
Unanswered
hungtrungthinh
asked this question in
Q&A
Replies: 1 comment
|
As the user, you should use postgres.POOLER_TENANT_ID The value of POOLER_TENANT_ID in your env vars |
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.
Uh oh!
There was an error while loading. Please reload this page.
Hi, I'm deploying Supabase using a dokploy template and connecting it to a Next.js app. I keep getting this error: FATAL: Tenant or user not found
I’m not sure if my .env.local config is correct. What’s the proper way to set SUPABASE_URL and SUPABASE_ANON_KEY in Next.js and connect using the standard URI format?
Any best practices?
Thanks!
All reactions