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 has been archived by the owner on Jan 22, 2020. It is now read-only.
@samsel I'm not sure, I searched a little bit and don't really know how to answer to your question. I'm talking about the classic base url that we set up on a project so when we access to a path relative to root on links, scripts, statics... it prepends that base url to '/'
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I was wondering how could we set a basename for this application. It is a normal usage to have the project hosted on a folder inside our virtual host.
Something like this:
being passed to our Router, is causing an error like:
Error: Invariant Violation: Browser history needs a DOM
Anybody could explain how to properly set up a baseurl so client side and server side routing works the same way?
The text was updated successfully, but these errors were encountered: