Closed Dedenwrg closed 2 weeks ago
Description: Attempting to log in with
blockmesh-cli
results in an error, even though the credentials used are correct and the account is registered.Error Message:
blockmesh-cli[668895]: 2024-10-31T15:55:44.604624Z ERROR blockmesh_cli::login_mode: Failed to login, did you register on https://app.blockmesh.xyz/register ?
Steps to Reproduce:
Execute the following command with correct login credentials:
blockmesh-cli login --email 'my_email@example.com' --password 'my_password'
or
blockmesh-cli login --email my_email@example.com --password my_password
- Observe the error message above, which suggests a failure despite valid credentials.
Expected Behavior: The CLI should log in successfully when provided with valid credentials.
Actual Behavior: The CLI consistently returns a login error and suggests registering, even though the account is already registered.
Environment:
- OS: Ubuntu 22.04.5 LTS
blockmesh-cli
version: v0.0.317Additional Context: I verified the account credentials on the web portal, confirming they are correct and active.
VPS are blocked due to abuse by users. You can run the CLI from your home network.
Description: Attempting to log in with
blockmesh-cli
results in an error, even though the credentials used are correct and the account is registered.Error Message:
Steps to Reproduce:
or
Expected Behavior: The CLI should log in successfully when provided with valid credentials.
Actual Behavior: The CLI consistently returns a login error and suggests registering, even though the account is already registered.
Environment:
blockmesh-cli
version: v0.0.317Additional Context: I verified the account credentials on the web portal, confirming they are correct and active.