You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to generate various sitemaps based on various api end points.
Let's assume having 2 end points, one for users and the other for events. Each with 2000+ record.
I want to generate sitemaps where each is having upto 1000 records, and in the end, include these dynamically dynamic sitemaps, with another statically made sitemap (let call it public.xml) and include them all in the main sitemap (let's call it sitemap.xml)
I tried various combinations, but nothing seems to work 100% deterministically, one time it works, another time it fails. It takes long time to test this out as I need to test it with more than one model with each having more than one page.
The text was updated successfully, but these errors were encountered:
I am trying to generate various sitemaps based on various api end points.
Let's assume having 2 end points, one for users and the other for events. Each with 2000+ record.
I want to generate sitemaps where each is having upto 1000 records, and in the end, include these dynamically dynamic sitemaps, with another statically made sitemap (let call it public.xml) and include them all in the main sitemap (let's call it sitemap.xml)
public.xml would be like
sitemap.xml would be like:
I tried various combinations, but nothing seems to work 100% deterministically, one time it works, another time it fails. It takes long time to test this out as I need to test it with more than one model with each having more than one page.
The text was updated successfully, but these errors were encountered: