Do you get any errors from Appwrite side?
umm, not sure have was running in compile version need to run in Simulator
This is most likely a mismatching configuration between Appwrite and Apple. Make sure to follow https://dev.to/appwrite/apple-sign-in-with-appwrite-2576.
You can also try to debug by browsing to https://[HOST]/v1/account/sessions/oauth2/apple?project=[PROJECT ID] on a desktop with the browser dev tools open so you can see the network logs
seeing this, btw in the status it shows 301
What's the service id and redirect uri in apple?
redirect url kept same as, provided in the
https://cloud.appwrite.io/v1/account/sessions/oauth2/callback/apple/646be9bdedf16348a634
service-id is com.mytrailpals.MyTrailPalsAppwrite
This needs to be put in the bundle id section in Appwrite
ahh, and not the app bundle id?
I thought bundle id means the app-bundle-id which mean we need to put the flutetr application id
Nope. This is mentioned in the article: https://dev.to/appwrite/apple-sign-in-with-appwrite-2576
just corrected it, hope will works now
Hey @Vedsaga, Did you create Service for Sign in for Apple in Apple Developer website? I was getting same error, after creating service for apple sign in, it resolved.
Also, as Steven said, bundle id in Appwrite settings should. be <team_id>.<bundle_id>
If you didn't create service Id for Sign in with Apple, you need to create one.
thank you, service ID did created... just that seems bundle-id was not correctly set... right now it seems app-bundle-id is what confused with service-bundle-id
just haven't properly config, I will try to set it again the bundle-id correctly... btw <team_id>.<bundle_id> ? or it should only be <bundle_id> no?
It should <team_id>.<bundle_id> as same as written in Sign in with Apple Key in Apple developer page.
thank you š
Tell us if the issue is solved
With that
surely... going to trying and confirm back here
can confirm that, it solved the issue...
Just wonder, why when apple-login happens it only fetching... why it's not fetching the full-name from apple?
<SOLVED> Getting Sign-Up Not Completed, error for Apple-OAuth
[SOLVED] Getting Sign-Up Not Completed, error for Apple-OAuth
Recommended threads
- I am currently seeking opportunities as ...
Hey! š I'm a Shopify guy. Been building stores for 8+ years. Still haven't lost my mind. Barely. I make stores that don't suck fast, smooth, and actually built...
- Apple OAuth2 "Registration Not Complete"...
I'm getting a "Registration Not Complete" error when implementing Apple Sign In OAuth2 on self-hosted Appwrite. Environment: Self-hosted Appwrite (latest), iOS...
- Cannot use Apple Oauth2 in React Native/...
Hi! I've trying to add the Apple sign in feature into my Expo App. I followed the docs, but I still receiving the error "Cannot set 'location.href'". Can someon...