I wanted to try the Appwrite CLI, but I cannot log in to my account. When I run appwrite login, it throws a generic error, and I don't receive any information about the error. Any ideas on how to fix this?
I'm using the version 5.0.5
of the CLI
I changed the password to see if it was causing the error, but now it throws this new error. I don't think the problem was with my credentials because I was able to change my password using the old one 🤨
Recommended threads
- My account is blocked so please check an...
My account is blocked so please unblock my account because all the apps are closed due to which it is causing a lot of problems
- Applying free credits on Github Student ...
So this post is kind of related to my old post where i was charged 15usd by mistake. This happens when you are trying to apply free credits you got from somewh...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...