-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Hi there!
When trying to login with the command 'internxt login' following error occurs.
With the same credentials I can login on the web site of Internxt as well as with the desktop app.
I am using node v20.19.2 .
› Error: [REPORTED_ERROR]: error:1C800064:Provider routines::bad decrypt
› Properties => {
› "command": "login"
› }
› Stack => Error: error:1C800064:Provider routines::bad decrypt
› at Decipheriv.final (node:internal/crypto/cipher:193:29)
› at CryptoService.decryptTextWithKey
› (/usr/local/lib/node_modules/@internxt/cli/dist/services/crypto.service.js:65:76)
› at AuthService.doLogin
› (/usr/local/lib/node_modules/@internxt/cli/dist/services/auth.service.js:29:71)
› at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
› at async Login.run
› (/usr/local/lib/node_modules/@internxt/cli/dist/commands/login.js:51:34)
› at async Login._run (/usr/local/lib/node_modules/@internxt/cli/node_modules/@oclif/c
› ore/lib/command.js:181:22)
› at async Config.runCommand (/usr/local/lib/node_modules/@internxt/cli/node_modules/@
› oclif/core/lib/config/config.js:456:25)
› at async run
› (/usr/local/lib/node_modules/@internxt/cli/node_modules/@oclif/core/lib/main.js:96:16)
› at async /usr/local/lib/node_modules/@internxt/cli/bin/run.js:6:3
best regards,
Claudio