Is Better Auth edge compatible?
I'm trying to deploy my nextjs-hono-backend application on cloudflare pages.
It builds successfully but on preview, it returns the following errors in the terminal
I dont know if neon is making these
XMLHttpRequest
or better-auth but since neon is edge compatible, it might be better-auth6 Replies
I tried using the auth endpoints on Vercel Edge but I had issues with the JWKS plugin, not sure... But it would be great to support edge for sure
@bekacru any advice?
what framework are you using?
nextjs with hono as backend in place of default file based routes
I don't think
XMLHttpRequest is not defined
is thrown from better auth. It's thrown from the neon db adapter.okay, thanks