Unable to Sign in With Apple #501
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Assuming your other app(s) are working, seems like you'd need to double check that the |
Beta Was this translation helpful? Give feedback.
-
This was it! Very strange that sign in with Apple was the only part of the flow impacted by this error. But after switching over to the proper URL, all three options (email, Google, Apple) appear to be working properly. Thank you for your help! |
Beta Was this translation helpful? Give feedback.
Assuming your other app(s) are working, seems like you'd need to double check that the
Redirect URI
for the new app (see: https://trakt.tv/oauth/applications) is set up correctly, and perhaps double check that you're using the trakt.tv rather than api.trakt.tv for the authorisation URL (eg.https://trakt.tv/oauth/authorize?response_type=code&client_id={id}&redirect_uri={uri}
). If all that seems correct, if you can provide a test project of some sort that we could try reproduce that might help.