I'm using Drupal 10 with the Bootstrap 5 theme. I created a pattern with Pathauto: product/tag/[term:name] and set up a few brands in the taxonomy. The links became:
mysite.com/product/tag/brandone
mysite.com/product/tag/brandtwo
I then associated products with these taxonomy terms using the Commerce module. In Views, I created a page with the URL product/tag/% and added "Product: Has taxonomy term ID" in Contextual filters, selecting "taxonomy term ID" for validation.
However, visiting mysite.com/product/tag/brandone shows nothing, but mysite.com/product/tag/45 (the ID for brandone) works perfectly.
I tried both "taxonomy term name" and "taxonomy term name as ID" options in Views settings, but neither loads the products on the mysite.com/product/tag/brandone page. I expected the page to display the products correctly based on the taxonomy term, but it didn't work.