Bug Description
Route 1: /{taxonomy slug}/{term slug} view is loading
Route 2: /{collection url}/{taxonomy slug}/{term slug} view is not loading
Both routes should load the same view: {taxonomy}/show
How to Reproduce
{{ taxonomy:taxonomy collection="collection" }}
<a href="{{ url }}">{{ title }}</a>
{{ /taxonomy:taxonomy }}
Error 404 for the urls.
Extra Detail
{{ taxonomy:zielgruppen collection="kreise" }} <a href="{{ url }}">{{ title }}</a> {{ /taxonomy:zielgruppen }}

Environment
Statamic version: 3.0.0.-beta-28
PHP version: 7.4
Install method (choose one):
- Fresh install from
statamic/statamic