@nolimits4web
app.router.navigate('/');
it redirect us to http://example.com/#!/
Expected: http://example.com/
Same here
Well as F7 is using shebang it would be the expected although a bit silly for /
@ZanderBrown
Then I should use ~/ or what 😅
Same here, i made a workaround by making the pages stacked and changing the root route to a page instead of a url:
{
path: '/',
pageName: 'main',
name: 'home',
}
Now the 'home' button works and shows the correct html instead of 404 or empty page. However, if i go back to the original page (back button, router back etc), i get a 404 ... dooh
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically closed due to inactivity. If this issue is still actual, please, create the new one.
Most helpful comment
Same here, i made a workaround by making the pages stacked and changing the root route to a page instead of a url:
{
path: '/',
pageName: 'main',
name: 'home',
}
Now the 'home' button works and shows the correct html instead of 404 or empty page. However, if i go back to the original page (back button, router back etc), i get a 404 ... dooh