WAIT: Listing for taxonomy

Good afternoon @timmse
Found another bug. As they say, there is no limit to perfection))
So, the bottom line is this:
We present a standard sitation that would be easier to understand and reproduce.
Suppose we have a standard post type, we make two templates, an archive and a single. Everything works well, no issues.
Go ahead, create a taxonomy for this post type.
Now, let’s create a template for this taxonomy because we need to display it. There is an option to do this as shown in this video Create a Simple Listing - P2 - Meta Box and Bricks | Meta Box Tutorial - YouTube
But I don’t want to.
I make a template of the Single type, I make the conditions for the output of the template Archive-> Categories and tags-> Taxonomy terms (I have: All conditions (Warehouse))

So in this case we get:
If you visit https://site.org/taxonomy/taxonomy_name
In this vein, everything works, gives a customized Archive page in which all the posts that have this taxonomy.
Now a bug. I need a page with all the posts that have this taxonomy:
If in administrator mode and go to:
https://site.org/taxonomies/, then there is a redirect to the address
https://site.org/template/taxonomies/
If a regular account redirects to the main page.
I would like to be able to filter all posts with this taxonomy

Hi Max,
Thanks so much for your report!

Either I don’t understand it, or it’s not a bug – sorry in advance :smiley:

Visiting https://site.org/taxonomy/taxonomy_name is the default WordPress behavior of viewing a single taxonomy. There might be a redirect because your template is using “taxonomies” as the slug, which isn’t a good idea if you want to use the same slug for a page.

Because the slug is the identifying part of each post, page, category, or tag’s address, they must be unique.

Best regards,
timmse