Deploys are failing all of a sudden

Site name: scaleleap

I have not made any changes to the site since May and it was working just fine.

A few days ago I made one small change - just added a png static image to a directory. And re-deployed the site. This image is just for external referencing and isn’t even referenced anywhere inside the HTML contents of the site itself.

After this change, the deploys are failing in a weird way, throwing errors.

I know this is most likely a Nuxt specific issue, but before I really dig into the problem I wanted to see if anything has changed on the Netlify side between May and now that could be causing this?

Also notably the local builds work fine and are not failing. I cannot reproduce this error locally.

Deploy ID 5f3369ab57255b000866668e

Specific failure is Nuxt-specific:

11:03:56 AM: [error]  /zine/amazon-advertising-bulk-operations-ultimate-guide/
11:03:56 AM: 
11:03:56 AM: TypeError: Cannot read property 'render' of undefined
11:03:56 AM:     at a.created (782eefc0f6d8ca5a33bd.js:1:172201)
11:03:56 AM:     at Ft (/opt/build/repo/node_modules/vue/dist/vue.runtime.common.prod.js:6:11191)
11:03:56 AM:     at Ze (/opt/build/repo/node_modules/vue/dist/vue.runtime.common.prod.js:6:25133)
11:03:56 AM:     at a.e._init (/opt/build/repo/node_modules/vue/dist/vue.runtime.common.prod.js:6:32797)
11:03:56 AM:     at new a (/opt/build/repo/node_modules/vue/dist/vue.runtime.common.prod.js:6:30340)
11:03:56 AM:     at Vi (/opt/build/repo/node_modules/vue-server-renderer/build.prod.js:1:66369)
11:03:56 AM:     at io (/opt/build/repo/node_modules/vue-server-renderer/build.prod.js:1:70599)
11:03:56 AM:     at ro (/opt/build/repo/node_modules/vue-server-renderer/build.prod.js:1:70272)
11:03:56 AM:     at _t.eo [as renderNode] (/opt/build/repo/node_modules/vue-server-renderer/build.prod.js:1:67519)
11:03:56 AM:     at _t.next (/opt/build/repo/node_modules/vue-server-renderer/build.prod.js:1:20535)
11:03:56 AM:     at n (/opt/build/repo/node_modules/vue-server-renderer/build.prod.js:1:18747)
11:03:56 AM:     at /opt/build/repo/node_modules/vue-server-renderer/build.prod.js:1:67340
11:03:56 AM:     at _t.eo [as renderNode] (/opt/build/repo/node_modules/vue-server-renderer/build.prod.js:1:67491)
11:03:56 AM:     at _t.next (/opt/build/repo/node_modules/vue-server-renderer/build.prod.js:1:20535)
11:03:56 AM:     at n (/opt/build/repo/node_modules/vue-server-renderer/build.prod.js:1:18747)
11:03:56 AM:     at /opt/build/repo/node_modules/vue-server-renderer/build.prod.js:1:67478

Hiya @moltar and welcome to our community!

We recommend all build debugging start with this guide: [Support Guide] Debugging Netlify site builds . That’ll walk you through some best practices around configuration and prompt you to answer some questions. As far as I can tell, your site built after you added the file:

…but then failed based on later commits. I can see your last two builds worked, so maybe you figured out a fix you could share with us?