#cli 5 vs 6

10 messages · Page 1 of 1 (latest)

sweet hound
#

Hello, I'm enable to login on self hosted (appwrite 1.6) via cli 5.0.5 but unable on 6.1.0

Error :

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
}
barren kraken
sweet hound
#

And selfSigned = true

#

Hum, traefik send http: TLS handshake error from 192.168.112.1:38828: EOF on cli 6.1 but not on 5.0 when login

#

As if selfSigned wasn't taken into account

barren kraken
#

you might need to try with http rather than https. and i suggest creating a github issue saying login with self signed doesn't work

sweet hound