Uncaught (in promise): Error: Cannot match any routes. URL Segment

I don’t know the exact error, all I know I already put the right URL.
Here is the error I’ve got

and here is my tabs.module.ts

Look like you are redirecting to /tab1 and this Path basically doesn’t exist. When you look into your Routing, you can see, that the Tab is child of the Main Tab Pages, so the Path combines. So the Path to the Tab is /tabs/tab1