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.
@mhevery your recent commit 58ef323 added a regression: If you land on a deep URL the
base
gets incorrectly set so routes break. Example URL:http://localhost:8080/page/2
--> base ishttp://localhost:8080/page
but should behttp://localhost:8080/
.This sets$location.$ $path to
/2
when it should be/page/2
.stripFile() is the culprit I believe.
The text was updated successfully, but these errors were encountered: