I don't know if this project is alive but maybe someone will help me.
When using this module urls have "-1" at the end, and it redirects from "normal" to "-1", e.g.
"product-a.html" to "product-a-1.html"
It works for basic product urls, but in category it doesn't:
"cat1/product-a.html" is 404
"cat1/product-a-1.html" is 200
Also rel=canonical is now "cat1/product-a-1.html".
How to get rid of this "-1" part?
Of course it should be left for duplicates (if occur), so they will have "-2", "-3", ... I think it is the reason, but why 1st is treated as duplicate?