˙̔̏̊
˙̔̏̊
NNuxt
Created by ˙̔̏̊ on 4/2/2024 in #❓・help
Nuxt Content behind Cloudflare
When I use Nuxt Content behind Cloudflare, I have the issue that some pages (but not all) cannot be resolved: Document not found, overwrite this content with #not-found slot in <ContentDoc>., but it works when run locally in dev (bun dev) and production mode (bun run build). In this case I'm not even using Cloudflare Pages, just having the website configured with Cloudflare in the DNS. Is it possible that some special configuration is required to make Nuxt Content work with Cloudflare? I've already turned off minification caching, and similar settings that are proposed in the Cloudflare Pages Deployment page.
1 replies
NNuxt
Created by ˙̔̏̊ on 1/12/2024 in #❓・help
Navigation broke since Nuxt update
I just upgraded from Nuxt 3.8.2 / Vue 3.3.13 to the latest version Nuxt 3.9.1 / Vue 3.4.11 and now for every navigation in my app this error is thrown:
Uncaught (in promise) TypeError: can't access property "parentNode", node is null
NuxtJS 45
parentNode
componentUpdateFn
run
update
callWithErrorHandling
flushJobs
promise callback*queueFlush
queueJob
effect
resetScheduling
triggerEffects
triggerRefValue
set value
finalizeNavigation
pushWithRedirect
promise callback*pushWithRedirect
push
navigateTo
...
Uncaught (in promise) TypeError: can't access property "parentNode", node is null
NuxtJS 45
parentNode
componentUpdateFn
run
update
callWithErrorHandling
flushJobs
promise callback*queueFlush
queueJob
effect
resetScheduling
triggerEffects
triggerRefValue
set value
finalizeNavigation
pushWithRedirect
promise callback*pushWithRedirect
push
navigateTo
...
In this case, the navigation with navigateTo() is broken both between pages that have different layouts and ones that have the same layout. I remember that I had this error at some point in the past already, but there it was only broken for navigation between pages that had different layouts, and by upgrading Nuxt it was fixed, but it seems like it was now reintroduced?
16 replies