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
In the configuration response the Raiden node delivers to the webui the Eth RPC URL is passed in the web3 field.
It seems the auth part (e.g. https://<user>:<password>@someurl.ext) is not retained when constructing the Eth node URL.
Steps to reproduce
Steps to reproduce the behavior:
Configure Raiden to use an Eth node URL with authentication (e.g. infura with the "project secret required" setting enabled)
Open the webui
Notice an JSON RPC connection error!
The request does not contain an auth header
Expected behavior
The auth information to be retained
System:
OS: [e.g. iOS]
Browser Safari 14.01
Raiden 1.1.1.dev325+g4050ab976
WebUI 1.0.2
The text was updated successfully, but these errors were encountered:
Describe the bug
In the configuration response the Raiden node delivers to the webui the Eth RPC URL is passed in the
web3
field.It seems the auth part (e.g.
https://<user>:<password>@someurl.ext
) is not retained when constructing the Eth node URL.Steps to reproduce
Steps to reproduce the behavior:
JSON RPC connection error!
Expected behavior
The auth information to be retained
System:
The text was updated successfully, but these errors were encountered: