TypeScript
? Enter your email myvalidemailadress@gmail.com
? Enter your password **************
AppwriteException [Error]: fetch failed
at Client.call (/snapshot/sdk-for-cli/lib/client.js:192:13)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async accountCreateEmailPasswordSession (/snapshot/sdk-for-cli/lib/commands/account.js:1016:16)
at async loginCommand (/snapshot/sdk-for-cli/lib/commands/generic.js:57:9) {
code: undefined,
response: undefined
}```
TL;DR
Developers having trouble logging in via CLI to localhost, encountering an AppwriteException. Possible solution: Check email and password input, ensure correct information.Recommended threads
- function subdomain ssl certs
The generated subdomain isn't getting a valid ssl cert, I was wondering if appwrite automatically generates one or uses a wildcard for *.functions.domain.com? ...
- Whats best practise for Appwrite Cloud?
Appwrite Teams map very nicely to my needs, it is how i group users together. ... I use roles to define permissions. Should I also map a table to each team ? ...
- Error getting preview of file
Rest Response: ``` { "message": "Server Error", "code": 500, "type": "general_unknown", "version": "1.8.1" } ``` Appwrite Logs ``` appwrite ...