You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In production you should be able to use Cloudflare Workers KV normally like they mention in their docs. This won't work during development because it's a different environment, so you can try to wrap this logic in if (process.env.NODE_ENV === 'production') or something like that. I hope we can support KV in development some time soon.
I am naive to ssr, and I was trying to fetch KV and use in all components, But I can see that props can be used once only either in Default.vue or Index.vue. How can I fetch once and then get to use kv data in all componets. for example Lets suppose I fetch in modules then How can I access in Default.vue and index.vue. Thanks for the reply
I am not able to find out how can I fetch KV data on server side only with await and use in all components. Please help
The text was updated successfully, but these errors were encountered: