Gian Luigi Lamera
SSR throws "Cannot read properties of null (reading 'isCE')" with resolveComponent
Hello everyone, I'm at my wits end with this error.
I have a branch that has been working forever and then doing npm install started triggering this error.
I'm not sure what to do - deduped Vue, checked for imports and combed the entire codebase. I can get it to work on stackblitz but not locally.
https://stackblitz.com/edit/nuxt-starter-igqupg?file=pages%2Findex.vue
If the button is SSR'd it will throw, if the button is wrapped in ClientOnly it will not.
It appears there's a problem with resolveComponent that throws in SSR.
It only throws if the button is added through the module and not if the button is imported through the npm package.
The module basically only registers components automatically from the npm package and has been working fine for a year up to today.
3 replies
Vercel 404 on all routes with no apparent reason?
Vercel started giving 404 on all routes and I'm unable to find logs or investigate the problem. Can anyone advise on any course of action that could help me? If I build locally it works, the deployment completes successfully. Accessing the page gives 404. Honestly baffled.
3 replies