Algolia reindex issue after upgrade to v3.5.2 ? #10419
-
I upgraded Docusaurus v3.4.0 to v3.5.2 last week and only few cosmetic changes, did not implemented anything else. Today the weekly Algolia re-indexing ended in error because it noticed more than 10% less entries:
Before digging deeper, as it somehow feels related to upgrading Docusaurus, I was wondering if anyone else has faced such an issue too? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
I've seen that kind of error occasionally for unexpected reasons. Try to reschedule a crawl and it might fix it. Or try to browse the Algolia pages to see if they tell you which records have disappeared. Also, make sure that you don't delete docs versions while upgrading because your site will get less pages if you delete them. If you compare your sitemap.xml before/after the upgrade, do you see any difference in terms of entries? Can you post a diff here? That might help you figure out what has changed. |
Beta Was this translation helpful? Give feedback.
I've seen that kind of error occasionally for unexpected reasons. Try to reschedule a crawl and it might fix it. Or try to browse the Algolia pages to see if they tell you which records have disappeared.
Also, make sure that you don't delete docs versions while upgrading because your site will get less pages if you delete them.
If you compare your sitemap.xml before/after the upgrade, do you see any difference in terms of entries? Can you post a diff here? That might help you figure out what has changed.
(I mean a sitemap built using our sitemap plugin, for example https://docusaurus.io/sitemap.xml)