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
{{ message }}
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
Blocked connection from http://localhost:8180 using invalid token.
even using --ui-no-validation or --ws-origins all I can't get the parity to work with the UI. No modal to give a valid token showing up.
The text was updated successfully, but these errors were encountered:
No, I'm sorry but I think this is a JS issue that has not been resolved even in your PR. I pulled it and I still got: Connecting to the Parity Node. If this informational message persists, please ensure that your Parity node is running and reachable on the network.
while, obviously it should be asking for a new token to use.
You need to build with cargo build --release --no-default-features --features ui cause it's indeed JS stuff that I broke and you need to recompile it as well.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Blocked connection from http://localhost:8180 using invalid token.
even using
--ui-no-validation
or--ws-origins all
I can't get the parity to work with the UI. No modal to give a valid token showing up.The text was updated successfully, but these errors were encountered: