Build Error - Bitmap - TypeError: Cannot read properties of undefined (reading 'bitmap')

I facing an error while building a website with technological stack - Gatsby + Contentful and hosted on ofcourse Netlify.

The website has around 1400 pages. While making some content changes last few days I am getting and error - TypeError: Cannot read properties of undefined (reading ‘bitmap’).

The build when rerun sometimes build automatically but most of time I receive the above error.

The logs for the same are as follows: - Netlify App

Can anyone please help me out with this issue.

@Amit_Verma The log that you’ve linked doesn’t appear to be publicly accessible.

Based on the error you’ve provided, I’d guess the issue is in some image handling, you should look at any references that you have called bitmap in your input data and ensure that they aren’t undefined.

Would you mind sharing your site name?