Hello AppWrite team, I have been with you guys since you were starting from the beginning and didn't have cloud feature. But, for some reasons, I gave a break to my software developer career and so I didn't need to use appwrite for a long time. But, now I am taking the project of making a social networking app and I planned to use AppWrite cloud. However, when I tried to log in with my old account, it said that account is blocked. Can anyone please help me out with this or atleast inform me why my account had been blocked ? Thank you🫀
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...