-
Hi, Out of nowhere, my Next JS app has stopped working and is showing the following error:
Here’s what I’ve tried so far:
Please any help is much appreciated |
Beta Was this translation helpful? Give feedback.
Answered by
auauwolff
Jan 28, 2025
Replies: 1 comment 8 replies
-
Are you on a free plan or a pro plan? have you checked that you haven't maxed the connection pooler connection limits? |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @GaryAustin1
Mate thank you so much you actually helped a lot, I got it working by updating my DATABASE_URL to:
DATABASE_URL="postgresql://postgres.[PROJECT-ID]:[PASSWORD]@aws-0-ap-southeast-2.pooler.supabase.com:6543/postgres?pgbouncer=true&connection_limit=1"
Really bad docs for this from supabase/prisma so hopefully this post can help others, thanks again