Michael Aubry
10/20/2021, 9:45 PMThe provided value for the column is too long for the column's type
the error is straightforward. What I don’t understand is when writing to the same table with the same data in my session it works, but in my employees session he is getting this error.
I have noticed this inconsistency quite often. I am using Vercel serverless functions to interface with PostgreSQL so maybe there is a connection pool issue? We’re starting to grow and have one of the most amount of concurrent users I’ve seen. So I think its a serverless concurrency issue/
Any ideas?
This video seems like it may be helpful