I'm using Appwrite Cloud and when I'm logging in with the CLI I'm not able to see any projects and not even able to connect to any of the projects.
Hey @Nimit Savant was your CLI set to any other Appwrite instance in the past?
Hey π Can you run appwrite client --debug
and ensure you are connecting to cloud.appwrite.io?
Also, are you saying that CLI says 0 projects, but you can see some on cloud.appwrite.io?
Ohh understood, my end point was on my selfhosted url. Thank you :) @Meldiron and @joeyouss
By the way I'm writing a blog on how to write ts appwrite functions would post about it soon :)
But still why was I able to successfully login from the email from another account, I couldn't see any errors just sucess.
awesome!
I think it worked π
Ohh, my bad.
π€¦
Biyamin always comes with solutions irrespective π He is always there to help π«
He is the best!
<:blobthumbsup:494901804476137482>
maybe you had the same login?
[SOLVED] Cannot connect to appwrite project from CLI
umm nope I didn't :( two different emails self hosted one is different and cloud one is different
maybe you did sign up with that email but forgot
can happen
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...