My code worked fine yesterday, didn’t touch anything and now tried to login in the app I’m working on and just keep getting this error :
Exception: Error initiating phone login: AppwriteException:, Connection reset by peer(0).
I tried both android and iOS emulators and same issue
We are currently investigating a cloud issue. You can check the status in the #cloud-beta channel. It should be resolved soon as we found the root cause.
Recommended threads
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...
- Rate Limit of project
AppwriteException: Rate limit for the current endpoint has been exceeded. Please try again after some time. So , how much time I have to wait and why does it h...
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...