plcdnl
plcdnl
Same error but latest temporary solution doesn't work
nope, sorry :(
You save my day too, thank you!
> Same issue for me with Nuxt 3.1.1. > > Changing line 35 of @vue/runtime-dom `runtime-dom.esm-bundler.js` to `parentNode: node => node ? node.parentNode : null,` seems to fix the issue...
i had the same problem. Is there a workaround to fix this temporarily ?
Can't understand why, for me, doesn't get the currentSite locale. I have the cp setted in english. Only english available site and it shows to me the country field in...
We need it, please 🙏
Same error, is there a solution ?
> [@anvidev](https://github.com/anvidev) Something odd happens for me, I define the volumes in my docker-compose.yml like this > > ``` > volumes: > - uploads_data:/app/web/uploads # Alleen de uploads persistent maken...
> Using vercel preset I get `__nitro-?url=` appended urls and using the vercel-edge preset: `?url=` > > As [@CedsTrash](https://github.com/CedsTrash), this only occurs on page refresh (SSR) with `passQuery: true` >...