Rowin
Explore posts from serversCDCloudflare Developers
•Created by Rohan Vashisht on 11/20/2024 in #workers-help
Your worker exceeded 1mb
Excluding the JSON file doesn't really make sense considering you're importing it
8 replies
CDCloudflare Developers
•Created by Rohan Vashisht on 11/20/2024 in #workers-help
Your worker exceeded 1mb
It would, the entire worker is loaded into memory
8 replies
CDCloudflare Developers
•Created by Rohan Vashisht on 11/20/2024 in #workers-help
Your worker exceeded 1mb
Yes it does
8 replies
CDCloudflare Developers
•Created by Rohan Vashisht on 11/20/2024 in #workers-help
Your worker exceeded 1mb
The limit on the free plan has been increased from 1 MB to 3 MB by the way.
8 replies
CDCloudflare Developers
•Created by Rohan Vashisht on 11/20/2024 in #workers-help
Your worker exceeded 1mb
8 replies
useAsyncData(..., { server: false }) in combination with .client.vue not working correctly
Just in case it's indeed a bug: https://github.com/nuxt/nuxt/issues/30032
22 replies
useAsyncData(..., { server: false }) in combination with .client.vue not working correctly
Without await the navigation is instant and the data is rendered after a second (unless it's been fetched before, then it's doing stale-while-revalidate).
22 replies