Bugs in Pages Functions?
I successfully deployed an Astro site to my Cloudflare Pages account. I'm not using SSR on this site.
However, for my functions folder I'm getting two very strange behaviors. One of which I found a GitHub issue on . Sorry I don't have the link at the moment.
I'm not sending any custom headers. I'm not using any middleware to alter the request headers.
Is anybody else seeing similar issues?
However, for my functions folder I'm getting two very strange behaviors. One of which I found a GitHub issue on . Sorry I don't have the link at the moment.
- Wrangler CLI is complaining that the request is being cloned when it's not.
- Invalid Headers
I'm not sending any custom headers. I'm not using any middleware to alter the request headers.
Is anybody else seeing similar issues?