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
A successful response which includes each item of the sitemap and the related fields.
Actual
TypeError: Cannot read properties of undefined (reading 'sites')
at /Users/ryochiba/Desktop/work/tmp/foobar/node_modules/sitemapper/lib/assets/sitemapper.js:1:1484
at Generator.next (<anonymous>)
at asyncGeneratorStep (/Users/ryochiba/Desktop/work/tmp/foobar/node_modules/sitemapper/lib/assets/sitemapper.js:1:443)
at g (/Users/ryochiba/Desktop/work/tmp/foobar/node_modules/sitemapper/lib/assets/sitemapper.js:1:642)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
The text was updated successfully, but these errors were encountered:
rchiba
added a commit
to rchiba/sitemapper
that referenced
this issue
Nov 8, 2024
Note: I submitted a PR to resolve this issue here: #155
I ran into this issue when trying to get the fields of each page from sitemaps that include indexes.
Steps to reproduce:
Expected
A successful response which includes each item of the sitemap and the related fields.
Actual
The text was updated successfully, but these errors were encountered: