Nils
Nils
@danielroe would you be open to receiving a small PR that adds a `emitRouteChunkError: 'automatic-navigation-and-lazy'` option which adds a plugin that (in essence): ```ts export default defineNuxtPlugin({ name: 'nuxt:chunk-reload-navigation-and-lazy', setup(nuxtApp)...
Great (: I've opened https://github.com/nuxt/nuxt/pull/28160 to implement the proposal.
Hey @asbermudez - does the problem persist with the latest version? If so, can you please provide a reproduction (https://nuxt.com/docs/community/reporting-bugs#create-a-minimal-reproduction) so that we can locally replicate and resolve the problem?...
Thanks for the reproduction - will have a look into it 💯
Yeah, we do deduce some stuff automatically - but in 0.6 this is a bit broken at the moment, sorry for that - the beta is not quite stable. I...
Any idea how we should implement this? One idea: We could give the option to also specify a jaon pointer to the actual session data, so that the right subfield...
cc @Danielwinkelmann btw for more json-pointer use-cases!
What's the second solution to this you mentioned in our talk? and: which solution do you prefer? (:
Hey @valerebron 👋 Thanks for this - do you want to get it merged? Anyways, tagging @zoey-kaiser for the rest of the process (:
Hey @angelhdzmultimedia 👋 This happend, when a folder with the same name already exists (see error message). You can / should just choose a different name for your project in...