sigp / siren

User interface for Lighthouse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Port added to end of URL rather than host

AgeManning opened this issue · comments

It was reported on discord that the port is being appended to the end of the URL string when choosing a BN or VC.

The port should be appended to the end of the host rather than the entire url.

i.e
Host: 127.0.0.1 Port: 9000 -> 127.0.0.1:9000
Host: purple.com/monkey Port:9000 -> purple.com:9000/monkey