Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Identity not loaded #6092

Open
robkiller83 opened this issue Jan 14, 2025 · 1 comment
Open

Identity not loaded #6092

robkiller83 opened this issue Jan 14, 2025 · 1 comment
Labels

Comments

@robkiller83
Copy link

Describe the bug
When the password the the nodeUI is set it is not being used in the UI

To Reproduce
Steps to reproduce the behavior:

  1. myst reset --tequilapi
  2. Go to node UI
  3. Set new the password
  4. You are redirected to the UI with the screen, and the buttons does not work:
    Identity not loaded
    Something went wrong and node was not able to load you identity!
    Confirm / Cancel

It seems the UI uses the old and default password:
{"username":"myst","password":"mystberry"}

But the new password works in curl, but not in the UI
`curl -X POST -d '{"username":"myst","password":"RECACTED!"}' http://REDACTED:4449/tequilapi/auth/login -v
Note: Unnecessary use of -X or --request, POST is already inferred.

  • Trying REDACTED:4449...
  • Connected to REDACTED (REDACTED) port 4449

POST /tequilapi/auth/login HTTP/1.1
Host: REDACTED:4449
User-Agent: curl/8.5.0
Accept: /
Content-Length: 46
Content-Type: application/x-www-form-urlencoded

< HTTP/1.1 200 OK
< Cache-Control: no-cache, no-store, must-revalidate
< Content-Length: 177
< Content-Type: application/json; charset=utf-8
< Date: Tue, 14 Jan 2025 11:20:57 GMT
< Set-Cookie: token=RECACTED; Path=/; Expires=Thu, 16 Jan 2025 11:20:57 GMT; HttpOnly
<

  • Connection #0 to host REDACTED left intact
    {"token":"RECACTED","expires_at":"2025-01-16T11:20:57Z"}`

Expected behavior
Set the password and use the correct password

Screenshots
image

Environment (please complete the following information):

  • Node version: [e.g. 0.19.1]: 1.31.3
  • OS: [e.g. raspbian buster, debian 10]: Ubuntu 24
  • Desktop app version (if applicable): [e.g. 2.0.4]
  • Docker (if applicable): specify docker version and image tag
  • Your identity (if applicable): [e.g. 0xDb34233cf11Ac64a449144Ec8D8251268a4b168A] 0x19d22ee2c88e4554ec15848e4c21be8097d9eafe
  • Payment (top-op) reference (if applicable): [e.g. 1118e94e-27fc-4fd2-b604-fd26008fb709]: c2252e41-8860-4f85-b459-785392ef182d

Additional context
Add any other context about the problem here.

@adinetech
Copy link
Member

Additional context: The identity was manually unlocked using myst cli identities unlock and the node-pass file is removed from /var/lib/mysterium-node/, Node UI still doesn't work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants