When i user tries to login using OTP it works fine and returns success however if a user tries to login using social auth (google or microsoft) it fails (throwing a 500 status code) there is not logs relating to auth errors though and everything looks correct. Social auth logins did work at some point and has started to fail.
I am using the auth client on my api using Hono and cloudflare workers and my frontend is using nextjs