While deploying - A Node.js API is used (process.exit at line: 1451) which is not supported in..

While deploying my next.js app on vercel it's giving this error

./node_modules/better-auth/dist/chunk-62MWLLEG.js A Node.js API is used (process.exit at line: 1451) which is not supported in the Edge Runtime. Learn more: https://nextjs.org/docs/api-reference/edge-runtime
Was this page helpful?