Dynamic routing issue

Hi @Pau !
Thank you so much for your positive response!

You are correct, I am trying to bild URL:s for the Category and Section types as well and they seem to disturb each other. The type part seems to be ignored when matching the route. When publishing a page below Section (/{Section}/page) the Category route is hit, how can this be?

I have tried what you suggest and I have also tried a question mark after "/:section?" which, as I understand, is the same...?

I found this post Nuxt with SM Routes - #3 by arcaneshawn which is kind of matching my issue and now I'm experimenting with hard coded Section to see if it works better.

I'm experimenting here, please let me know if you find a solution to my problems.