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 was archived by the owner on Apr 12, 2024. It is now read-only.
With the URL:
file:///C:/dev/Web/TestProject/build/index.html#/
...loads fine, and the route works correctly. There is no redirecting.
However, in rc.3, the route does not work; instead it redirects by default to
file:///C:/dev/Web/TestProject/build/index.html#/C:/
Same happens to every route:
file:///C:/dev/Web/TestProject/build/index.html#/foo/bar
...becomes...
file:///C:/dev/Web/TestProject/build/index.html#/C:/foo/bar
So there's something funky going on since the 'C:/' is always inserted for some reason.
The text was updated successfully, but these errors were encountered:
I just upgraded from 1.2.0-rc.2 to rc.3 and it seems to break the local filesystem routes.
Example: in rc.2
With the URL:
file:///C:/dev/Web/TestProject/build/index.html#/
...loads fine, and the route works correctly. There is no redirecting.
However, in rc.3, the route does not work; instead it redirects by default to
file:///C:/dev/Web/TestProject/build/index.html#/C:/
Same happens to every route:
file:///C:/dev/Web/TestProject/build/index.html#/foo/bar
...becomes...
file:///C:/dev/Web/TestProject/build/index.html#/C:/foo/bar
So there's something funky going on since the 'C:/' is always inserted for some reason.
The text was updated successfully, but these errors were encountered: