I'm using Flutter and creating a Windows app and I'm having a problem with an error whose nature I don't understand and can't quite figure out if it's actually related to appwrite's OAuth2 authentication or a problem arising from the fact that I'm developing a Windows app
So my question to start with is: is OAuth2 available for Windows? because I can't find anything online
The error:
did you use what was specified for the success url?
I think I have missed some steps at this point now I am sending the relevant part of the code and the configuration
You did not pass the success URL:
account.createOAuth2Session(provider: provider);
Do I have to pass the paremeter even if I do not have a web app but only a desktop one?
Recommended threads
- login With OAuth Failed
login With OAuth Failed: when i cliick to login with any of the following (facebook, gmail or apple) am being redirected out of the app to enter my detail, afte...
- Flutter OAuth2 webAuth Bug?
I created with flutter an app where I can login in with my Microsoft Account. When I compile it to Web (WASM) or Android (aab) then there is no problem what so ...
- Synchronous Function Execution Timed Out...
Hi Appwrite team 👋 I’m facing a synchronous function execution timeout issue on Appwrite Cloud and would appreciate some guidance. I executed this function u...