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
- Error connecting Github
I have followed the documentation online for setting up VCS and cannot get my Github to properly connect in Functions. When I press the "Connect to Github" I am...
- Invalid origin error in authentication
I have setup the package name same as the package name in app.json but it is constantly saying `AppwriteException: Invalid Origin. Register your new client as ...
- delete cancelled site deployment
I would like to remove a cancelled site deployment, but the site menu shows only "Redeploy".