emailAndPassword sign-up error in Nodejs-Express
- The user was added to the DB, but the api responded with error [500].
- [Better Auth] ERROR The field "expiresAt" does not exist in the "account" schema.
- Session was not created after sign-up
The schema was generated with the CLI and No "expiresAt" on the account table.
The docs do not show that "expiresAt" is required in the account table.
What could be the issue.
#help


0 Replies