Database suspended?
Hello I’m wondering why my nexts application (on vercel) fails every day on the first load because the Postgres Database taking too long to respond. Thats why im wondering if the database gets suspended in some way and if so, how can I prevent this? Is it because im still on the free plan ?
Thanks for any info on this
2 Replies
Project ID:
1f0263e4-719b-4bf7-afb5-fffca7d9b140
services and databases don't get suspended unless you've enabled app sleeping, used all the trial credits, or haven't paid for 3 days
this is likely an issue with your next app itself not releasing all the connections properly, and then trying to use an already closed connection