Apple Developer
Hi,
I tried to implement the Sign-In-With-Apple functionality in my iOS-App. It almost works, because appwrite is already creating the user, but on the client-side i cannot login. When the user is done confirming the Apple-Screen the browser windows stays open saying:
{"message":"Route not found. Please ensure the endpoint is configured correctly and that the API route is valid for this SDK version. Refer to the API docs for more details.","code":404,"type":"general_route_not_found","version":"1.7.4"}
I am almost 100% sure I set everything up correctly, also the Service Identifier with the returnURL. But clearly I miss something.
Does anyone knows whats up here? Thank you