I'm trying out the appwrite CLI, and I cannot log in. I have an account in Appwrite cloud, and when I log in I get this error:
Error: Invalid URL
This is the stack trace:
✗ Error:
Stack Trace:
TypeError [ERR_INVALID_URL]: Invalid URL
at new NodeError (node:internal/errors:388:5)
at URL.onParseError (node:internal/url:564:9)
at new URL (node:internal/url:644:5)
at Client.call (/snapshot/sdk-for-cli/lib/client.js:149:17)
at accountCreateEmailPasswordSession (/snapshot/sdk-for-cli/lib/commands/account.js:1016:29)
at loginCommand (/snapshot/sdk-for-cli/lib/commands/generic.js:57:15)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
input: '/account/sessions/email',
code: 'ERR_INVALID_URL'
}
This happens on macOS when installed with homebrew and in a linux container when installed with the curl command.
Any ideas?
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...