I have an issue where Magento 2 is automatically creating new URL's, and in turn I end up with tons of request paths. For example, I started with:
25-gift-card.html
And now the working URL is:
25-gift-card-8309.html
And I have over 2,000 Request Paths pointing to this new target URL. Request paths like:
25-gift-card-8308.html
25-gift-card-8307.html
25-gift-card-8306.html
etc.
I don't understand why this is happening. How do I stop it from happening in the future?