You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
myst reset --tequilapi
Go to node UI
Set new the password
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.
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.
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:
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.
< 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
<
{"token":"RECACTED","expires_at":"2025-01-16T11:20:57Z"}`
Expected behavior
Set the password and use the correct password
Screenshots
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: