manniL
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
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
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
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