Hello!
if I edit site.yaml adding some routes, the routes who use a taxonomy filter are ignored, 404 error.
for example:
TXT
taxonomies:
- category
TXT
routes:
/tracked-carrier: 'category:tracked-carrier'
not work
if I place manually the address... https://mysite.com/category:tracked-carrier works perfect
some idea?