manniL
manniL
NNuxt
Created by Hro on 11/16/2024 in #❓・help
Fresh project with nuxt ui pro and pnpm
Would be easier with a running reproduction
10 replies
NNuxt
Created by Jean-Baptiste R. on 11/8/2024 in #❓・help
How to handle query parameters in prod environment ?
problem: it won't be relevant for ssr
20 replies
NNuxt
Created by Jean-Baptiste R. on 11/8/2024 in #❓・help
How to handle query parameters in prod environment ?
onMounted, check for query params and execute your logic
20 replies
NNuxt
Created by Rush on 11/13/2024 in #❓・help
Pinia problem
Do you have a running reproduction?
12 replies
NNuxt
Created by Taylan on 11/11/2024 in #❓・help
Scheduling tasks after server startup
That's also fine 👍
8 replies
NNuxt
Created by Taylan on 11/11/2024 in #❓・help
Scheduling tasks after server startup
@Taylan the task API should be good. You could run a task through an API endpoint too and make sure tasks are only ran once by your own code (store the ran tasks in a db/kv store via useStorage() for example)
8 replies
NNuxt
Created by kb on 11/8/2024 in #❓・help
Nuxt OG Image works locally but not deployed
then a repro would be good! (cc @harlan just FYI)
10 replies
NNuxt
Created by Just Simeon on 11/8/2024 in #❓・help
Keep devtools enabled after build
you can't in prod
18 replies
NNuxt
Created by kb on 11/8/2024 in #❓・help
Nuxt OG Image works locally but not deployed
a minimal reproduction would be helpful but if it works locally with a prod build but not on vercel, it might be a module issue. Though I've seen og image generation with this module on vercel w/o issues
10 replies
NNuxt
Created by Jean-Baptiste R. on 11/8/2024 in #❓・help
How to handle query parameters in prod environment ?
if you need changes, apply them client-side or use SSR
20 replies
NNuxt
Created by Jean-Baptiste R. on 11/8/2024 in #❓・help
How to handle query parameters in prod environment ?
as there is no "corresponding page" to the query param
20 replies
NNuxt
Created by Jean-Baptiste R. on 11/8/2024 in #❓・help
How to handle query parameters in prod environment ?
query params won't work server-side if you prerender your page
20 replies
NNuxt
Created by paul_melero on 11/7/2024 in #❓・help
Cross posting: "How to prevent Nuxt state being serialised to DOM and served from CDN cache?"
@paul_melero How do you want to "fetch" the data then I wonder? If they aren't backed into the site, no hydration is possible and the app would fail to boot
13 replies
NNuxt
Created by GoldCoin on 11/7/2024 in #❓・help
Need Nuxt.js expert
@GoldCoin #💼・hiring
5 replies
NNuxt
Created by plcdnl on 11/5/2024 in #❓・help
useSanity() does not work on netlify
might be worth reporting in the module repo 👍
6 replies
NNuxt
Created by Vishnu on 11/2/2024 in #❓・help
yt resources for learning vue
Depends on the fight 😜
7 replies
NNuxt
Created by Jonas on 11/1/2024 in #❓・help
How do I specify redis kv storage for production?
Thanks 🙏 And glad you solved it!
103 replies
NNuxt
Created by Jonas on 11/1/2024 in #❓・help
How do I specify redis kv storage for production?
be aware that ioredis doesn't work on workers (https://nitro.unjs.io/deploy/workers#incompatible-libraries)
103 replies
NNuxt
Created by Jonas on 11/1/2024 in #❓・help
How do I specify redis kv storage for production?
I'd try it with the plugin as per docs (+ check that the server is reachable)
103 replies
NNuxt
Created by Jonas on 11/1/2024 in #❓・help
How do I specify redis kv storage for production?
if you want to change the URL at runtime no.
103 replies