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
- Does anyone have a docker compose file f...
The compose file example on appwrite docs is 1.8.1 and I would like to try 1.9.0
- Docker compose 1.9.0 support
Hi! Sorry if I've missed something, but I saw that version 1.9.0 was released for self hosting, yet the compose file linked in the official documentation (https...
- Running Appwrite in docker through nginx
Hi team, I'm trying to expose multiple local services (Appwrite, Ollama, PostHog) through a single Nginx reverse proxy port, tunneled via ngrok to a public dom...