stefandoorn / sitemap-plugin

Sitemap Plugin for Sylius eCommerce platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sitemap index will have duplicated sitemap urls if you have more than one channel

lruozzi9 opened this issue · comments

This is due to the SitemapIndexBuilder, the indexProvider::providers array will never be cleared after one channel, so it will continue to add providers to them, this will so generate duplicated references to the same sitemap URL provider.

Hi @lruozzi9 Hasn't this been solved in #198? That should be part of one of the last releases also.

Whops, it just looks like the same problem! I will try to upgrade the plugin.

It works! Thanks, @stefandoorn.

Great!