-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
gatsby-plugin-sitemap NoURLProtocolError: Protocol is required #12912
Comments
Could you give us some more information about your configuration and maybe just push your code online so we can have a look at it? Please look at https://github.com/gatsbyjs/gatsby/blob/master/.github/ISSUE_TEMPLATE/bug_report.md to tell us more about this issue. |
I've discovered that this error only occurs when I use a custom query and when I have no |
Oh yeah siteUrl is mandatory. It's probably a good idea to throw an error when this happens instead of showing a weird error. |
I will dig into this over the weekend! |
Fix for this was published in |
While building the site with gatsby-plugin-sitemap I get the
NoURLProtocolError: Protocol is required
error.
Why?
The text was updated successfully, but these errors were encountered: