Dev works just fine, even “netlify dev” but on netlify I just get
Uncaught TypeError: Cannot read property ‘name’ of undefined
Am I missing something? https://sitefinitysteve-24e2f4.netlify.com/
Dev works just fine, even “netlify dev” but on netlify I just get
Uncaught TypeError: Cannot read property ‘name’ of undefined
Am I missing something? https://sitefinitysteve-24e2f4.netlify.com/
hi there,
does your build work locally? Seems like a JS error to me - are you sure all your scripts are in the right place? Keep in mind that our system is case sensitive, which can cause issues in some cases.
Not only does it work with ‘npm run dev’, it works with ‘netlify dev’
Checked in though… Just does that
So I just started removing things…
I’m pretty stumped
Resolved… vue-router-backbutton seems to have been the issue
Why it’s fine on dev but not netlify, damned if I know
hey steve,
thanks for taking us through your troubleshooting process - that’s indeed pretty confusing.
I’d encourage you to file an issue on
so we can take a closer look - ideally, it shouldn’t work on dev but not on netlify.