Your Worker exceeded the size limit of 3 MiB.
I want to upload a small project to cloudflare worker but i am hitting the limit for size i guess. i think many people have uploaded 10x bigger project so i think that i am doing something wrong. deleting few node modules did not make any difference. Please tell me a way to upload my project. Its a nextjs project btw.

1 Reply
paid workers has a limit of 10mb (free is 3mb only)
(also, I've made the mistake before, but remember to put
--minify
in your deploy script)