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 May 1, 2020. It is now read-only.
Hey @danbucholtz sorry for not providing more info.
Since I am working on creating a website having a default path would be nice for us to have.
Below I would expect the route to be /
@IonicPage({
segment: ''
})
So every time I go to localhost:8100/ I get redirected to localhost:8100/HomePageComponent
for now I have set it to
@IonicPage({
segment: 'home'
})
So every time I go to localhost:8100/ I get redirected to localhost:8100/home
Note: for support questions, please use one of these channels:
https://forum.ionicframework.com/
http://ionicworldwide.herokuapp.com/
Short description of the problem:
If you leverage IonicPage you cannot have an empty segment.
What behavior are you expecting?
If I have an empty segment for a home page it should route to the empty segment not HomePage which is the components name.
Steps to reproduce:
Which @ionic/app-scripts version are you using?
Nightly
Other information: (e.g. stacktraces, related issues, suggestions how to fix, stackoverflow links, forum links, etc)
The text was updated successfully, but these errors were encountered: