Unable to Login to Capawesome CLI using Correct Credentials #9
-
I am encountering an issue while trying to log in to the Capawesome CLI using the npx capawesome login --token command. Even though I provide the same credentials that work on the web, I receive an "Invalid email or password" error. Below is the output from the command:
I have double-checked that the credentials are correct and have successfully logged into the web interface with the same email and password. However, it still fails on the CLI. Any help or guidance on resolving this issue would be appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @HKornchanok, please provide the following information:
What should definitely work is the following:
You should now be logged in. |
Beta Was this translation helpful? Give feedback.
Hi @HKornchanok, please provide the following information:
npx capawesome --help
and paste the output here.What should definitely work is the following:
npm i -g @capawesome/cli@latest
<TOKEN>
with the created token:npx capawesome login --token <TOKEN>
You should now be logged in.