Suddenly I started getting an error 422
I'm working on my personal project and I was trying to setup a new account to test some things and I started getting this issue. I created a new DB instance to test my entire workflow but the signup it's failing
I was reading on this channel any related message and I just find out this post but I don't get any hint of how I can fix that error
https://discord.com/channels/1288403910284935179/1424030391794270329/1424394455376728146

6 Replies
seems liek db related issue, please check your server logs
the image 1 is my server logs and the image 2 is my code. I'm going to continue checking the db to find out the issue


I created a public repository with my issues
https://github.com/csdev19/test-mi-condominio-app
the last commit have the parts where I'm struggling with
GitHub
GitHub - csdev19/test-mi-condominio-app
Contribute to csdev19/test-mi-condominio-app development by creating an account on GitHub.
after some updates of the package version now I'm able to see a better-auth error

I just find out the issue!
it was because I had the
emailVerified column has a timestamp instead of a boolean. I supose the change it was related to a chatgpt update. Because I prefer to use timestamps instead of booleans and that file was modified.
I’d like to mark this issue as closed and leave this information as documentation in case anyone encounters the same issue.