Hello everybody, i am creating a ionic 5 app and having some problems in order to router my app.
When i start a tabs applications the app routing module is this by default and works ok
But if i add another path in order to redirect to this component the app crash.
This is the error
core.js:6014 ERROR Error: Uncaught (in promise): Error: Cannot match any routes. URL Segment: 'tabs/tab1’
Error: Cannot match any routes. URL Segment: 'tabs/tab1’

