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
Having trouble rendering njk template ./templates/sitemap.njk (via TemplateContentRenderError)
Tried to use templateContent too early on ./templates/labpost.njk (via TemplateContentPrematureUseError)
Original error stack trace: TemplateContentPrematureUseError: Tried to use templateContent too early on ./templates/template.njk
at Object.get [as templateContent] (file:///[path]/node_modules/@11ty/eleventy/src/Template.js:618:14)
at [path]/node_modules/@quasibit/eleventy-plugin-sitemap/src/paginationItems.js:20:5
I'm getting an error using the plain vanilla copy paste from documents. It seems to have something to do with the pagination of the collections. I tried to use eleventyImport to make sure the collections were loaded explictly without a difference.
I also tried creating a custom sitemap collection and use that but also got the error.
eleventy version 3.0.0-alpha.19, sitemap 2.2.0
The text was updated successfully, but these errors were encountered:
Error
I'm getting an error using the plain vanilla copy paste from documents. It seems to have something to do with the pagination of the collections. I tried to use eleventyImport to make sure the collections were loaded explictly without a difference.
I also tried creating a custom sitemap collection and use that but also got the error.
eleventy version 3.0.0-alpha.19, sitemap 2.2.0
The text was updated successfully, but these errors were encountered: