Web Developer
Hi Appwrite team,
I'm running Appwrite v2.0.0 self-hosted using Docker, and I'm unable to log in using the Appwrite CLI.
My Appwrite instance is accessible through:
I'm trying to authenticate with:
appwrite login --endpoint="https://app.printa4.in/v1"
But the CLI immediately returns:
✗ Error: invalid endpoint or your Appwrite server is not running as expected: https://app.printa4.in/v1
The Appwrite Console itself is accessible normally through the same domain.
I'm wondering whether there is any compatibility issue between Appwrite Server v2.0.0 and the current Appwrite CLI, or whether there is a specific configuration required for CLI authentication with a self-hosted v2.0.0 instance.
Could you please advise what needs to be configured or checked?
Environment:
Appwrite: 2.0.0
Deployment: Self-hosted / Docker
Endpoint: https://app.printa4.in/v1
Thanks!