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
- SELF HOSTING ISSUE, DATA NOT MIGRATING T...
Hey, devs, I recently tried to migrate my cloud instance to a self hosted version but my data is not transferred fully only the table structure is transferred ...
- No Document ID?
Hi I have a self hosted appwrite. My documents get a document ID but are not visible in the console. I don't know why this happens and how to fix this
- How to determine if a user is anonymous?
This is probably a silly question, but I have not yet found a good answer. Is there a method to determine if the current session is anonymous aside from seein...