Daniel Roe
Daniel Roe
You might try running `nuxi upgrade`, as vite 3.0.8 includes some fixes. The example you give seems unrelated as it's about `vue-qr` including `window` and not being compatible with a...
The best solution will be to resolve in linked PR. But for now, a workaround would be: ```js await externalRedirect("http://www.google.com"); return abortNavigation() ``` You can ignore the resulting `Route navigation...
Yes, resolved in https://github.com/nuxt/framework/pull/5145.
@Rahma-AlWadhahi This is looking great! ❤️ One comment - whilst the linting of the other language files looks great to me, could you revert those changes so this PR is...
The issue is that you are adding a route _after_ a catchall middleware (nuxt rendering) so it will never be hit. This is similar to https://github.com/nuxt/framework/issues/5527 and perhaps there is...
Indeed, that is one of the key use-cases of this PR. As implemented here, it is possible to set them to false and it will disable keepalive, page & layout...
Okay - so just to confirm, we'll refactor back to original approach of this PR, but using `nuxt.config.mjs` filename?
Would you check with the latest [edge channel](https://v3.nuxtjs.org/guide/going-further/edge-channel/); this may well have been resolved with https://github.com/nuxt/framework/pull/3851.
Great. Closing this. If you do encounter a problem with edge, please let me know and I'll happily reopen.
Yes, that's very helpful, thanks for the link and some causes of this. Haven't updated this in a while but this error is a node bug and almost always conceals...