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
***.***.mairy2.. 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
TL;DR
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.
Recommended threads
- is `account.get()` safe to be used in th...
I want to user's `id` for authentication. However, a while ago I was told in this server not to use `account.get()` and instead add user preferences for that us...
- Appwrite console is too heavy
The Appwrite console is too heavy And all of my services broken Any support , please
- Cloud function deploy stucks in processi...
Been trying for the last hours to deploy my function but for whatever reason, alwasy stuck on processing!