
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
- Unable to create push providers - FCM or...
Currently unable to create a push provider for FCM or APNS.... https://github.com/appwrite/console/issues/2045 When uploading a file... FCM = Valid file retu...
- Stuck in "deleting"
my parent element have relationship that doesnt exist and its stuck in "deleting", i cant delete it gives me error: Collection with the requested ID could not b...
- Help with 409 Error on Relationship Setu...
I ran into a 409 document_already_exists issue. with AppWrite so I tried to debug. Here's what I've set up: Collection A has 3 attributes and a two-way 1-to-m...
