Better-Auth errors messages are not propagating to the client.
🔑Auth🧩component
I'm using better-auth component in a next.js project and I'm having difficulties getting the appropiate errors that happen on the server to the client to properly handle the UI/UX. One specific issue I've encounter is, when a user tries to login with a wrong email or password the correct error message gets log on the server ("Email doesn't exist" or "wrong login password"), but on the client in development mode will only return "Invalid email or password" and in production no message will be return. I have my root layout wrapped in the ConvexBetterAuthProvider.