Hello, I'm enable to login on self hosted (appwrite 1.6) via cli 5.0.5 but unable on 6.1.0
Error :
TypeScript
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 are experiencing difficulties logging in via CLI on self-hosted Appwrite 1.6 using version 6.1.0 compared to 5.0.5. Error message indicates a fetch failure. Make sure the endpoint is correct running `appwrite client --debug`.is the endpoint correct when you run appwrite client --debug?
Yes, it's the same on twice cli
And selfSigned = true
Recommended threads
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...
- Bug: TOTP MFA verification always fails ...
*Bug: TOTP MFA verify always returns `user_invalid_token` (Cloud 1.8.1, Frankfurt)** Project ID: `68dd48440003e537d849` SDK: `appwrite@18.2.0` (also tested wit...
- User Filter/Sorting/Analytics
Currently the dashboard for users is very limited. I would like to have an option to sort by column and also to filter by column, to for example find users that...