Adam ONeillOriginal post
Rank 1: Thread
Hi All!
I've got a flutter & appwrite app which Im trying to use sign in with apple for. I already have sign in with google working and the function is the same. From the app side it should be working!
I think its a config issue.
On my simulator it i get appleid.apple.com invalid_requrest invalid client id or web redirect url.
So Far I have
- Configured my bundle identifier along with the app
***.***.mairy
2.. Enabled Sign in with apple on Xcode - Enabled Apple OAuth in appwrite
- Created a key for the above bundle
- Copied the credentials into appwrite
- Service ID = bundle identifier from step1
- Key ID as downloaded from apple
- Team ID as copied from apple
- P8 File copied contents downloaded from apple
Summary
Developers having trouble implementing Sign In With Apple OAuth in a Flutter & Appwrite app. The user is encountering an "invalid client id or web redirect url" error. They have configured the bundle identifier, enabled Sign In with Apple on Xcode, enabled Apple OAuth in Appwrite, created a key, and copied the credentials into Appwrite. The issue could potentially be a configuration problem.
**Solution**: Double-check the configuration settings for Sign In With Apple, including the bundle identifier and key details, to ensure they are accurate.