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
- Project in AppWrite Cloud doesn't allow ...
I have a collection where the data can't be opened. When I check the functions, there are three instances of a function still running that can't be deleted. The...
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...
- Deploy function not working - 503
Hellon i get this error message, when i try to deploy a new version of a function <html><body><h1>503 Service Unavailable</h1>No server is available to handle...