I setup a new repo and used supertokens for auth. React+vite for client and node TS with koa on backend. I had a bodyParser plugin from koa added which was failing the /auth/signinup API after the google auth is done. Logs were not really helpful either.
lib versions
"supertokens-node": "^22.1.0"
"supertokens-auth-react": "^0.49.1"
PS: Not a blocker for now, I removed the bodyparser plugin.