Hi,
I'd appreciate any help on this:
I've integrated google sign in and after trying several times I'm get "Something went wrong. Please try again."
After finishing the flow and being redirected I can see on chrome a POST to /api/auth/signinup and I see on the backend:
- error Error: Received response with status 401 and body {
"error": "invalid_client",
"error_description": "Unauthorized"
}
at Object.
(...node_modules/supertokens-node/lib/build/recipe/thirdparty/providers/utils.js:132:19)
at Generator.next (
)
at fulfilled (...node_modules/supertokens-node/lib/build/recipe/thirdparty/providers/utils.js:51:36)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
digest: undefined
}
I've tried with different CLIENT_ID/SECRETS, including the demo one, running a managed and a self hosted core, any idea on what could be happening or how to get more insights ?