
Hi everyone,
I'm trying to integrate OAuth2 with the SDK for Apple. Everything works as expected, but somehow the session is not passed on to the app.
When executing the function, Safari opens as expected and displays the provider's login page. Upon successful authentication, it redirects to the Appwrite installation and asks to open the app. But here lies the problem: The app opens, and nothing happens. As far as I understand this issue, it does not execute the 'handleIncomingCookie' function, thus it is unable to log the user in.
I'm using SwiftUI.
Is there anything else that needs to be enabled or configured for this to work?
Recommended threads
- Email Verification Email
Hi everyone, I’m currently experiencing an issue with the email verification functionality. When I trigger the verification, the request returns a valid respon...
- Problems with adding my custom domain
- Persistent 401 Unauthorized on all authe...
Hello, I'm facing a critical 401 Unauthorized error on my admin panel app and have exhausted all debugging options. The Problem: When my React app on localhos...
