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
# SERVER_ERROR: SyntaxError: Expected ',' or '}' after property value in JSON at position 191
at JSON.parse (<anonymous>)
# SERVER_ERROR: SyntaxError: Expected ',' or '}' after property value in JSON at position 191
at JSON.parse (<anonymous>)
4 Replies
bekacru
bekacru2d ago
remove a json midleware, if you have mounted before Better Auth's handler
juansitoh2
juansitoh2OP2d ago
The json middleware is after, as the documentation indicates
No description
bekacru
bekacru2d ago
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
juansitoh2
juansitoh2OP2d ago
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
No description

Did you find this page helpful?