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
- Function for long running task (other 60...
My function need long running other 60 seconds. But async mode return empty body. How to deal with that please ?
- OAuth2 Provider is disabled automaticall...
Hi everyone, I'm using self-host Appwrite 1.7.4. I can setup OAuth2 with Google successfully, however the provider is disabled automatically after one day witho...
- Do I need to upgrade my Appwrite plan?
So i am making a file hosting & sharing platform (voltzy.lol) and i am expecting approx 5-8 million visit per month and over 30 million uploads per month do i n...