Geta / SEO.Sitemaps

Search engine sitemaps.xml for EPiServer CMS
Apache License 2.0
28 stars 42 forks source link

sitemap.xml is empty or crashes #187

Open DaltonDev opened 2 years ago

DaltonDev commented 2 years ago

When creating a new sitemap I have tried everything (that I can think of) but I cant get this to work. I can see the sitemap just fine when I view it from the Admin GUI, but whenever I go to the url ../sitemap.xml it either crashes or is empty. This is my setup (Cant use root -1 because there is to many entries): image

Running the scheduled job (i've tried many different root pages) image

When going to sitemap url: image

Viewing the same sitemap through Admin GUI everything works image

When setting debug to true I get this error (and occasionally some error about unclosed comment): image

When I set debug to false it shows nothing, and the file when downloaded is empty. Sitemap.xml (228kb) is the one were debug is true and it crashes with error about unclosed comment and Sitemap2.xml (0kb) is with the same root but with debug false. image

What am I missing?