-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
Description
Hi, I'm using node-pg in a serverless environment and I often see the following error:
Unhandled Rejection: Error: SASL: Last message was not SASLResponse
at /var/task/apps/lawy/.next/server/chunks/9840.js:1:2550
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async a.acquireConnection (/var/task/apps/lawy/.next/server/chunks/9840.js:1:58997)
I can see in code that it gets called in finalizeSession
throw new Error('SASL: Last message was not SASLResponse') |
When would this error happen?
Thanks for your help.