imira
04/01/2022, 3:12 PMprisma://..
connection string. The underlaying database is Heroku Hoby basic plan (20 connections). Everything should be ready to serverless environment but I keep receiving this error:
Error: Invalid prisma.nearDailyStats.findFirst() invocation: Timed out fetching a new connection from the connection pool. More info: http://pris.ly/d/connection-pool (Current connection pool timeout: 10, connection limit: 3) (edited)
[4:35 PM] any idea what's the problem? Thank youjanpio
imira
04/02/2022, 7:14 AMimira
04/03/2022, 4:52 PMjanpio
Timed out fetching a new connection from the connection pool....
error message it means Prisma Client did return, and the serverless function did not get terminated.janpio
imira
04/04/2022, 1:06 PMjanpio