I have a multi-storeview backend in Magento 2 back-end and have an issue with my Product URLs.
At one time an URL is clean and working; https://world.difrax.com/baby-formula-storage-container-3-compartments-blue.html
And the next time the above URL is a 404, and becomes a dirty, Category path URL; https://world.difrax.com/catalog/product/view/id/667/s/baby-formula-storage-container-3-compartments...
I have checked/tried several things:
- The option of using Category paths for Product URLs is disabled
- Manually added an URL Rewrite (clean; request | dirty; target). However the URL on the front-end stays the target one, request is redirecting it
- Manually importing an CSV-file with the clean URLs, storeviews and SKUs (this is my best solution so far). However couple of days later it is dirty again, even when I do nothing in the DB/Configuration/server etc.
Is this a Magento 2 bug or can I automatically force those URL Rewrites/URL imports somewhere?
@Victor_Van_Dijk wrote:I have a multi-storeview backend in Magento 2 back-end and have an issue with my Product URLs.
At one time an URL is clean and working; https://world.difrax.com/baby-formula-storage-container-3-compartments-blue.html
And the next time the above URL is a 404, and becomes a dirty, Category path URL; https://world.difrax.com/catalog/product/view/id/667/s/baby-formula-storage-container-3-compartments...
I have checked/tried several things:
- The option of using Category paths for Product URLs is disabled
- Manually added an URL Rewrite (clean; request | dirty; target). However the URL on the front-end stays the target one, request is redirecting it
- Manually importing an CSV-file with the clean URLs, storeviews and SKUs (this is my best solution so far). However couple of days later it is dirty again, even when I do nothing in the DB/Configuration/server etc.
Is this a Magento 2 bug or can I automatically force those URL Rewrites/URL imports somewhere?
I also face the same issue. How to resolve it.