Brian Hanson
Brian Hanson
Thanks! Unfortunately, I'm still not able to replicate on my end. Can you clear out your `storage/runtime/compiled_templates` folder to see if that helps? If not, can you send a database...
Not a maintainer, but this is most likely because uglify doesn't play nice with ES6. [Here's a comment summing up the current state nicely](https://github.com/mishoo/UglifyJS2/issues/659#issuecomment-447820525). I'm not sure there's a good...
@Abbe91 & @rspilhaus just to confirm, is the error you're getting also an "Input variables exceeded ... " error? Or are you getting a different error?
Updated in #14124
It looks like this issue is getting thrown around where custom fragments are being added. Are you adding any custom fragments? If so, what do those look like?
Do you get any kind of error when the images aren't shown? It sounds almost like it's not able to generate them, or it's running into some kind of issue...
It almost feels like a process is out of memory or something. Are your images remote or local? It also looks like there are [a handful](https://github.com/gatsbyjs/gatsby/issues?q=is%3Aissue+ERR_IPC_CHANNEL_CLOSED+is%3Aopen) of issues with a...
@mmorkt, sorry for the delay here. Could you let me know if you were able to get any closer to a solution? It sounds like this is environmental and not...
Can you tell me a little more about your setup? How are your asset volumes set up? Are the images local? Or on s3 or something? I'm also curious, what...
That looks to do the trick @MoritzLost! I've opened #14785 with this change.