Closed jorisvan-ons closed 1 year ago
Just to check: the taxonomy term you're viewing is published, yes?
Yes. The data stored in the "data" column is as follows:
{"title": "Blood pressure monitoring", "status": "published", "published": 1}
Do you have the appropriate views created?
The problem was that my taxonomy's handle was product_categories and statamic expects the template to be at product-categories/show.blade.php. That explains!
Thanks for the help.
Would be a nice feature to be able to set the route for a taxonomy, like you can for a collection, though!
I'll close this issue.
Bug description
I cannot view taxonomy term entries in the front-end. Clicking the "Visit URL" button in CP shows a 404. Using "Live preview" does work, though.
I use a multisite setup and statamic/eloquent-driver package. Here is the output of the support:details command:
My eloquent-driver config is as follows:
How to reproduce
Create a taxonomy with the following blueprint:
Try to view an entry at the
/product-categories/{slug}
uri. It should return a 404.Logs
No response
Environment