Hey! I'm following the guide of how to implement Google Social Sign In with supertokens in nest js (...
d
Hey! I'm following the guide of how to implement Google Social Sign In with supertokens in nest js (https://supertokens.com/docs/thirdparty/custom-ui/thirdparty-login#flow-1a-sign-in-with-google-example). I did setup nest js backend so endpoints return 401 Unauthorized. But I have problems with implementing frontend part and my question is why could
googleSignInClicked()
throw this error in console:
GET http://localhost:3000/api/auth/authorisationurl?thirdPartyId=google 404 (Not Found)
r
hey @De Bill Can you enable backend debug logs and show the output when this api call is made?
d
yeah, I found a guide on the site
r
it's in our docs
2 Views