#NextAuth character varying(255) Error
11 messages · Page 1 of 1 (latest)
And it gives me an error
actually, idk now
it gives me different thing all thetime
now it's this and no errors in console
value too long for type character varying(255)
but seems like it doesn't say in which table
I guess the value is longer than 255 bytes which is the max length of that column in the db? in that case, increase the limit
ye, but the thing was I didn't know what exact column that was )