In my app <https://motionbox.io> I am randomly get...
# orm-help
m
In my app https://motionbox.io I am randomly getting
The 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

https://www.youtube.com/watch?v=tsOHw2T1HvI