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
when my application runs inside of a folder ( for instance domain.com/my_project ), and not on the "root path" of my domain/subdomain i get instantly redirected to domain.com#/my_project
i managed to workaround that by adding base_path property and doing a couple of changes on my hash.coffee.
hems
changed the title
running router under a "base_path" will fail when falling back to "hash"
hash fallback will erroneously redirect user if app is running under subfolder
Apr 28, 2014
when my application runs inside of a folder ( for instance domain.com/my_project ), and not on the "root path" of my domain/subdomain i get instantly redirected to domain.com#/my_project
i managed to workaround that by adding base_path property and doing a couple of changes on my hash.coffee.
you can have a look here: https://github.com/hems/ways-browser/blob/hash-hack/src/hash.coffee
The text was updated successfully, but these errors were encountered: