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
No description
6 Replies
bekacru
bekacru2w ago
seems liek db related issue, please check your server logs
Cristian Sotomayor
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
No description
No description
Cristian Sotomayor
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.
Cristian Sotomayor
after some updates of the package version now I'm able to see a better-auth error
No description
Cristian Sotomayor
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.
No description
Cristian Sotomayor
I’d like to mark this issue as closed and leave this information as documentation in case anyone encounters the same issue.

Did you find this page helpful?