Hi, I'm currently trying to implement the sign in ...
# support-questions-legacy
d
Hi, I'm currently trying to implement the sign in with apple workflow with a self-hosted instance. I get redirected to the apple sign in page correctly, where I can enter my credentials and login. I'm also redirected to the frontend location specified by me afterwards (/auth/callback/apple), where I call the const response = await ThirdPartyEmailPassword.thirdPartySignInAndUp(); as specified in the docs. However, I get the following error: AppleCallbackView.vue:16 {status: 'NO_EMAIL_GIVEN_BY_PROVIDER', fetchResponse: Response} Do you know what could be going wrong?
3 Views