Hello, please when i try to sign into account using Appwrite it takes too long. (talking about oauth authorization). I dont know why, but there are loading a few pictures from Appwrite (for example your hoodie: https://cloud.appwrite.io/images/hoodie-1.png). Could anyone advise me? I am using cloud.
Can you provide the exact reproduction steps you're doing so i can recreate?
Yes, I create a request to Appwrite (account.createOAuth2Session) and that is all. Then I wait, but I wait really long (sometimes 1minute) and then when everything is loaded, everything works. But you can imagine that it is really slow.
ou, 1 minute is fast for me now, sometimes it takes like 5 minutes. It loades all Appwrite images, like Tiktok logo for example.
Can you share the code?
Yes and thank you for your helping.
Basicly, this is the code, there is nothing else.
The platform is of course Appwrite oauth2 platforms (google, discord)
Where in the redirect process is it getting hung on?
Recommended threads
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Appwrite Storage error 503s for automate...
I'm facing error 503s from Appwrite after about 5-6 seconds of making AI requests from my tool with images and files above 20MB (=> not inline base64 used, but ...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...