Rohan Vashisht
Rohan Vashisht
CDCloudflare Developers
Created by Rohan Vashisht on 11/20/2024 in #workers-help
Your worker exceeded 1mb
Error: Failed to publish your Function. Got error: Your Worker exceeded the size limit of 1 MiB. Refer to the Workers documentation (https://developers.cloudflare.com/workers/observability/errors/#errors-on-worker-upload) for more details.
Error: Failed to publish your Function. Got error: Your Worker exceeded the size limit of 1 MiB. Refer to the Workers documentation (https://developers.cloudflare.com/workers/observability/errors/#errors-on-worker-upload) for more details.
How do I check this? Can I build it locally and check somehow if it is reaching 1MB? How can I check it locally on my machine? And what exactly is it talking about by mentioning 1MB? I have an astro app deployeed.
8 replies
CDCloudflare Developers
Created by Rohan Vashisht on 10/15/2024 in #pages-help
What is Cloudflare using to do SSR? Bun? npm?
Like, after building my website, I use npm run start to test it locally, So, what does cloudflare use on the web? bun, npm? I am not asking about what is being used for building, what is being used to run it in production?
7 replies
CDCloudflare Developers
Created by Rohan Vashisht on 10/2/2024 in #pages-help
SSR not working on cloud flare for Astro
I have this route: which is /packages/[user]/[...packageName] when visiting this route, I am not able to see anything on cloudflate https://github.com/Zigistry/Zigistry/tree/main/src/pages/packages/%5Buser%5D
3 replies
CDCloudflare Developers
Created by Rohan Vashisht on 9/9/2024 in #general-help
Host next js for free?
If I host a next js open source project on cloudflare, till what limit will it be free? Also, if it is free, How to do it?
8 replies
CDCloudflare Developers
Created by Rohan Vashisht on 7/6/2024 in #pages-help
How to host a website made using Zig and htmx?
I am ready to use docker for hosting, how to do it on cloudflare?
4 replies