Nuxt 3 catching missing compnent
I have a cookieConsent compenten but this name is blocked by some anti tracking plugins from browser there are some buzzwords that prevent to load some js files.
I expect now that the CookieConsent compent can fail to load but nuxt 3 in prerender goes in panic mode and shows a 500 screen or a white screen with NuxtErrorBoundary is there a way to ignore this import error?
0 Replies