Auth0 Problems within T3 App - ID Too Long
Hey there, I am having some issues with auth0 Provider in ct3 using the prisma provider generated.
I added the auth0 provider but now I am getting this error anytime I use the sign in button
5 Replies
From the error it looks like probably the id is too long, maybe try console.logging what the id it’s trying to create with is and also using a larger string size in Prisma?
Maybe, wasnt sure if it would mess up something with Auth0
Not too sure how nextauth works, i fked this one up some how xD
Solution
I feel dumb
Tropic ensure you read the notes next time
uh oh
Yeah, I didnt realize, I just changed from sqlite to mysql and started getting that error