Question about routing

Yes, the KirbyBot :robot: has some bugs…

1 Like

Aaaaaargh I found it!
It has to do with the categories in my blueprint. I wrote those with capitalised letters and in the URL I only used decapitalised.

So now I changed my blueprint to:

category:
label: Categorie
type: multiselect
min: 1
max: 8
options:
  example-1: Example 1
  example-2: Example 2
  example-3: Example 3
  example-4: Example 4
  example-5: Example 5
  example-6: Example 6
  example-7: Example 7
  example-8: Example 8

So happy that it finally works.
Thank you for being there for me when I needed it. Really appreciated it!!!

1 Like