I need advice to debug deploy https://app.netlify.com/sites/amazing-kilby-331aac/deploys/5e221432f6ce4c93ed89b740
Ok, now the original issue is back - which is that the deploy log seems to show the mdx frontmatter endlessly streaming through the log, like it’s in an endless loop or something. I used MDX to enter in my “content” which is metadata about artwork. Each artwork page also has a ‘navlist’ component which is a list of links to all 167 other artwork pages (which use the mdx frontmatter to compile data).
The netlify best practices indicate that large media (images) would be better hosted by something like cloudinary.
I also noticed that the deploy log has 88,000+ lines and seems to be timing out. I think the last deploy too 40+ minutes before failing. What could induce these “loopy” build behaviors?
The site is basically just 170 pages with large art images and each page has a link list to every other page. Could that cause this huge build “loop” somehow?