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 ever. But when I try to login with my Desktop App (Windows) either it just tells me I need to have a "http:localhost:{port]" for success or I get when I put that an error that the "key and secret are null"... when I try it with dart
createOAuth2Session()
they are null BUT when i use ```dart
createOAuth2Token()
it is returned "userId" and "secret" not "key"
I look at this https://github.com/appwrite/sdk-for-flutter/issues/256
and saw there was an issues around half a year ago... is this still not fixed?
Recommended threads
- 1:1 relationship doesn’t sync after re-a...
Hi, I’m trying to use a two-way one-to-one relationship. It works fine when I create a record with the relationship set, and it also works when I unset it. But ...
- Upsert with setting permissions
Hi there, I am using self-hosted appwrite v1.7.4 and trying to use the bulk update stuff that was released with 1.7.x. Unfortunally I found that there is an ser...
- Github connection error - Self Hosted Ap...
I am trying to connect my github account to deploy a project to sites, but Connect to Gtihub button is disabled. I have configured all Env variables needed for...