-
Notifications
You must be signed in to change notification settings - Fork 1.7k
localhost:8080/ no longer resolves #2015
Comments
I printed out some information for each of the cases pointing to the issue, but I haven't figured out exactly where the regression happened in the code.
Both of these are causing a fallthrough to "RPC by default" rather than redirecting to /home/ in https://github.com/ethcore/parity/blob/master/dapps/src/router/mod.rs#L96 Unclear what's supposed to happen. I think the path has length 1 which skips this arm However, that arm did not change its condition in the commit which caused the regression, so there's something upstream from there changing the way the url is parsed. |
Good catch. Thanks for detailed description, I'll look into it. |
Actually there was a change in the |
I believe the issue was caused by #1964
I verified by checkout out before/after
124a5da75eae85aa8f6470a5cbf9e39fe0001477
You need to clear cookies/cache in your browser to repro (I was using chrome)
localhost:8080
does not resolvelocalhost:8080/
does not resolvelocalhost:8080/home
does not resolveslocalhost:8080/home/
resolveshome.parity/
resolves (when set up correctly)Trying to dig into the root of the issue. @tomusdrw
The text was updated successfully, but these errors were encountered: