[1.4.10] 431 Request Header Fields Too Large - Next - Microsoft SSO
Hi, I’m using better-auth v1.4.10 with Next.js 15 and Microsoft Entra SSO. When running without a database, I encounter the following error when logging in:
ERR_HTTP_RESPONSE_CODE_FAILURE 431 (Request Header Fields Too Large)
ERR_HTTP_RESPONSE_CODE_FAILURE 431 (Request Header Fields Too Large)
When I enable a database, everything works correctly. The issue only occurs when no database is configured.
Is this suited for github? Yes, this is suited for github To Reproduce Configure BetterAuth with Microsoft OAuth provider and cookie cache enabled: export const auth = betterAuth({ session: { cooki...