lukasborawski
lukasborawski
Explore posts from servers
NNuxt
Created by lukasborawski on 3/5/2025 in #❓・help
watching useNuxtData
Hi folks! I have a question: Can I watch changes in useNuxtData? It seems that after fetching with asyncData and storing the results, I can't access the cached data immediately in another component. Using a timeouting (nextTick) gives me the expected result, but watching does not. Anyone?
5 replies
CDCloudflare Developers
Created by lukasborawski on 2/11/2024 in #pages-help
Cloudflare Pages and Turborepo
Hi friends. Question: I'm building some app with Vue, using Turborepo and of course Cloudflare Pages to present it. I'm getting errors about missing node features like crypto or buffer, coming from Worker directory (api). I've created a wrangler.toml file with the configuration that is enabling these features but seems like CF does not see it. Where should I place the configuration file, in the root of monorepo, worker folder or in the front-end app? I've tried multiple variants and nothing works. Thanks in advance.
1 replies