-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Newest version throws an error when trying to call sitemapper.fetch() #159
Comments
I can confirm that |
I can confirm I'm having the same issues on 3.2.18, reverting to 3.2.12 fixed it for now. |
Will get this fixed, apologies for the delay! |
@graylewis @peterholc should be fixed now in 3.2.20 with #158. |
I WAS seeing the following error with 3.2.18, it's a different error to that described in the issue, but is also resolved in 3.2.20. https://www.concretewave.de/sitemap_index.xml
|
We're using sitemapper on production and the most recent update broke our pipeline.
This is the code:
We had to rollback to 3.2.12 from 3.2.18 because it started throwing
TypeError: Cannot read properties of undefined (reading 'sites')
Looking through the releases between 3.2.12-3.2.18, and the lack of a major version increment, I'm assuming this a bug and not a breaking change.
The text was updated successfully, but these errors were encountered: