Hi all, I am attempting to log back into Appwrite after being logged out when I tried to set up 2FA, and it sends me a verification code to my email. Once entered correctly, it loads, and then stays on the verification screen. It's extremely annoying, sorry if this a silly issue, any help would be appreciated. Thanks!
Is this on cloud or self hosted?
cloud
Doesn't behave the same in an incognito window?
Yes, its the same on incognito, on mobile too.
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...