We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We are init'ing YAF like so:
var app = new Y.App({ serverRouting: true, root: '/subfolder/' });
In IE, where we want to fallback to server-side rendering, when we call:
app.navigate('/myroute');
It is win.location'ing to "mydomain.com/myroute" when it should be redirecting to "mydomain.com/subfolder/myroute".
Thanks, -Dave S.
The text was updated successfully, but these errors were encountered:
What is the URL of the page that you're on you make this call to navigate('/myroute')?
navigate('/myroute')
Sorry, something went wrong.
http://sports.yahoo.com/fantasy/premier-league/
To recreate:
Thanks, -Dave S
Closing a duplicate of #1083
ericf
No branches or pull requests
We are init'ing YAF like so:
In IE, where we want to fallback to server-side rendering, when we call:
It is win.location'ing to "mydomain.com/myroute" when it should be redirecting to "mydomain.com/subfolder/myroute".
Thanks,
-Dave S.
The text was updated successfully, but these errors were encountered: