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
- Realtime Connection Error After Updating...
I get the following error message now when the realtime subscription picks up a new message. There's more to the error but it makes the discord message too long...
- 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...
- Flutter SDK broken by cloud.
Today I woke up to find all my flutter amd appwrite projects not working due to the sdk throwing error "Type "String" is not a subtype of "int"". Something chan...