Problem with OAuth (Google) using BetterAuth with Express for backend and Next.js Frontend
Hi! Does anyone know how to resolve this? It's Express on the backend and Next.js on the frontend. The error appears in Express after continuing the authentication with Google
4 Replies
remove a
json
midleware, if you have mounted before Better Auth's handlerThe json middleware is after, as the documentation indicates

the error is indicating, there is an issue somewhere in json parsing. If it only happens on a specefic action, let me know and I can take a look but if not it's most likely something has to do with your setup
That's right, the problem was the size of the string columns in Prisma (when using MySQL, I had to add @db.text), and this solved it, but now a new problem has appeared
- With Google, what you see in the image (I checked that the secrets are correct, without extra spaces and such)
- With GitHub, I get the error "Unable to get user information"
- Discord works
