I can't login to appwrite cli with email and password. I can login to cloud console with the same email and password with no problems.
Error when running with verbose option:
TypeError: Invalid URL
at new URL (node:internal/url:797:36)
at Client.call (C:\Users\dhonig\AppData\Roaming\npm\node_modules\appwrite-cli\lib\client.js:149:17)
at accountCreateEmailPasswordSession (C:\Users\dhonig\AppData\Roaming\npm\node_modules\appwrite-cli\lib\commands\account.js:1016:29)
at loginCommand (C:\Users\dhonig\AppData\Roaming\npm\node_modules\appwrite-cli\lib\commands\generic.js:57:15)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
code: 'ERR_INVALID_URL',
input: '/account/sessions/email'
}
I haven't installed the cli before. I did it now in order to test a cloud function locally, but didn't manage to login. CLI version: 6.0.0 Windows 10 Enterprise I am using a work computer, maybe something is being blocked? I had no problems with cli's before. Thanks.
Recommended threads
- Accidental deletion of two production da...
Hello Appwrite Support, We accidentally deleted two production databases and urgently need your help restoring them. What happened: On 2026-08-14 at approxima...
- Get Profile picture
If I made an app where user need to sign in with Google. Now how do I access the user profile picture?
- Intermittent 60s edge-to-origin stalls r...
Anyone having this problem? Region: SFO. Plan: Pro. UPDATE: "Fastly's documentation notes that enabling origin shielding can resolve backend connection problem...