manniL
manniL
NNuxt
Created by Kealtie on 3/20/2025 in #❓・help
Nuxt 3.15.4 SSR Application - Soft 404's in Google Search Console
I think this should be unrelated (as in the case described, SSR works fine for normal users) - but still good to know (cc @farnabaz / @Atinux regarding the docs here)
24 replies
NNuxt
Created by davestewart on 3/31/2025 in #❓・help
How to run the Nuxt UI 3 playground?
cc @HugoRCD
10 replies
NNuxt
Created by zangetsu on 3/28/2025 in #❓・help
Nuxt 3.16.1 - getCachedData not working (?)
ahh, okay. Do you have an example?
13 replies
NNuxt
Created by zangetsu on 3/28/2025 in #❓・help
Nuxt 3.16.1 - getCachedData not working (?)
just checked the stackblitz with the latest code and it should work there too https://stackblitz.com/github/TheAlexLichter/nuxt-get-cached-dat
13 replies
NNuxt
Created by zangetsu on 3/28/2025 in #❓・help
Nuxt 3.16.1 - getCachedData not working (?)
Do you use SSR?
13 replies
NNuxt
Created by salomon_. on 3/26/2025 in #❓・help
Is there rewrites in middleware?
no no, I mean you can still validate the parts of your URL via ...slug and render a different component for example
10 replies
NNuxt
Created by salomon_. on 3/26/2025 in #❓・help
Is there rewrites in middleware?
ah, that's a different task. I thought you want to rewrite and just replace /rooms
10 replies
NNuxt
Created by Kealtie on 3/20/2025 in #❓・help
Nuxt 3.15.4 SSR Application - Soft 404's in Google Search Console
Does prerender.io serve no JavaScript at all then to the bot?
24 replies
NNuxt
Created by martine on 8/5/2024 in #❓・help
meta tags previews not displaying with ssr: false and nuxt generate
With SSR: false, these will never be in the HTML as none is generated for each page
5 replies
NNuxt
Created by salomon_. on 3/26/2025 in #❓・help
Is there rewrites in middleware?
I'd do that in nitro though, not in a route middleware
10 replies
NNuxt
Created by Mubo on 3/20/2025 in #❓・help
Is it possible to use 'hydrate-never' with '<component :is="....' ?
no no, manual imports don't work either. What I mean is that right now, a static string in the template + auto import is necessary. The linked PR offers an explicit solution
34 replies
NNuxt
Created by Mubo on 3/20/2025 in #❓・help
Is it possible to use 'hydrate-never' with '<component :is="....' ?
Yes, that should work. The only downside is that you'd have to "remove" the javascript being loaded manually. https://github.com/nuxt/nuxt/pull/31192 should solve both issues actually
34 replies
NNuxt
Created by Mubo on 3/20/2025 in #❓・help
Is it possible to use 'hydrate-never' with '<component :is="....' ?
if you use defineAsyncComponent manually, you can use Vue's lazy hydration directly or wait for https://github.com/nuxt/nuxt/pull/31192
34 replies
NNuxt
Created by Mubo on 3/20/2025 in #❓・help
Is it possible to use 'hydrate-never' with '<component :is="....' ?
You need to use an auto import and it needs to be "statically analyzable"
34 replies
NNuxt
Created by Mubo on 3/20/2025 in #❓・help
Is it possible to use 'hydrate-never' with '<component :is="....' ?
yeah, it won't work with componen :is
34 replies
NNuxt
Created by Mubo on 3/20/2025 in #❓・help
Is it possible to use 'hydrate-never' with '<component :is="....' ?
regarding slots & no component :is: that might be sth. to raise, but a similar issue exists
34 replies
NNuxt
Created by Mubo on 3/20/2025 in #❓・help
Is it possible to use 'hydrate-never' with '<component :is="....' ?
you need to use an SFC
34 replies
NNuxt
Created by Mubo on 3/20/2025 in #❓・help
Is it possible to use 'hydrate-never' with '<component :is="....' ?
The answer is - you can't with component :is directly
34 replies
NNuxt
Created by Mubo on 3/20/2025 in #❓・help
Is it possible to use 'hydrate-never' with '<component :is="....' ?
thanks! 🙏
34 replies
NNuxt
Created by Mubo on 3/20/2025 in #❓・help
Is it possible to use 'hydrate-never' with '<component :is="....' ?
34 replies