I have a project, auths, database (+collections), storage, ect all working on https://cloud.appwrite.io/v1 I wanted to migrate project/database over to my server (installed, online) but there is no option in cloud UI at this time. But i read i could do it with the AppWrite Cli. However. I can login to cloud with email/password (logout and in again) with no issues. but from command
appwrite login
? Enter your email nl****ld@gmail.com
? Enter your password **************
? Enter the endpoint of your Appwrite server https://cloud.appwrite.io/v1
Error Invalid credentials. Please check the email and password.
It is not a email or wrong password. I am logged into it from the browser.
Anyone know whats going on here?
Ok, I figured it out. Small issue/bug on Cloud site I think. So for anyone else having this issue. If you Login with Github, you have to go to your account setting and enter your old password and new password (cn be the same) click update and it works.
appwrite login
? Enter your email nl***ld@gmail.com
? Enter your password **************
✓ Success
Recommended threads
- Unable to init function via cli
Hello! I have created a new self hosted instance of appwrite 1.9.6 and have connected to that insatnce with the cli 27.2.0 that was released a few hours ago. Wh...
- GB Hours IS NOT resetting
Hi, I was checking my usage and noticed that all of my usage quotas were reset on August 20, 2026, when my billing cycle renewed. Everything else appears to ha...
- Appwrite-injected variables are not avai...
I am using rust-1.83 as a runtime and try to access APPWRITE_FUNCTION_API_ENDPOINT or APPWRITE_FUNCTION_API_KEY during runtime. Both are not set during my execu...