When I try to log in to my account using the CLI command Appwrite login, I receive the following message:
✗ Error: The current user has been blocked. You can unblock the user by making a request to the User API's "Update User Status" endpoint or in the Appwrite Console's Auth section.
I attempted to clear the npm cache and reinstall Node.js, but the issue persisted. However, when I created a new Windows user, the CLI worked, and I could log in successfully. Therefore, the problem seems to be within my local Windows user. How can I resolve it?
uhhhhh Are you connecting to cloud? What happens if you try to log in via the web console? what's the endpoint when you run appwrite client --debug?
Yes, and I can normally log in using the web browser, the endpoint is https://cloud.appwrite.io/v1
How are you trying to log in to your account?
appwrite login then enter the mail and password. The same way is working when I do it with another windows user account
From your previous answer I can see there the client commands. I will try with them
Okay, the problem has been solved with the command appwrite client --reset. Thanks
[SOLVED] Error while login to Appwrite CLI
Recommended threads
- Framework categorization for Sites
Hello, I want to deploy my web app via Appwrite SItes. My web app is vite+reactjs. In the Appwrite docs, it creates a vite+react app, and chooses React from the...
- How to use Appwrite MCP on Claude Deskto...
Hello I'd like to use the Appwrite MCP with Claude Desktop and have set up the connector, but asking questions about my Appwrite instance does not work. Any ide...
- Impossible to create project via CLI?
Is it possible to create a new project via the appwrite CLI ? I need to create a few projects for something I'm working on and because i don't want to do it man...