I have found a work around but now I'm getting this every time I submit the form
I have found a work around but now I'm getting this every time I submit the form



runtime = edge, but that nullifies static generation, right?edge that means the page will be rendered for each request, isn't that right? Am I missing something?runtime: edge), will that page be statically generated and served like it would be from R2/CDN basically? Or is everything run each time, even the 100% static pages. I'm trying to figure out how the NextJS bundle generation, NextJS caching, Cloudflare caching, and overall Cloudflare infra work together. Are there any resources about this I can read?edge runtime set). Yes, I get it that it invokes a function each time no matter what, question is does the function render the static page each time, or serve the pre-rendered file.



Functions script