-
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-netlify]: Wrong shape for headers #2797
Comments
Not super familiar with how gatsby-plugin-netlify works. Could you dive into the code a bit to see why things are breaking? |
I did an update of my package and I get as well:
|
Well, it seems
It fails to this |
Ugh that again. There's a PR fixing this at #2812 |
I'll be merging and releasing it soon |
This should be fixed now in the most recent release — would love to hear a report back. |
It is again working as expected! Thanks! |
For whatever reason, lately my generation of Netlify headers has stopped working, while it was working before. This started after updating Node and packages; related commit here:
iiroj/iiro.fi@213268a
Removing
headers: {...}
from the config works, and there's no problem withallheaders: [...]
.For reference, my headers were as follows:
iiroj/iiro.fi@021cdfb
EDIT: Building my current release on Node 8.6.0 also produces this error, so it's not related directly to Node 8.9.0
The text was updated successfully, but these errors were encountered: