Hi all, I was wondering what the recommended approach is for ingesting and processing form data, wh
Hi all,
I was wondering what the recommended approach is for ingesting and processing form data, when deploying to cloudflare pages. Cloudflare pages supports the ideas of functions by adding a
Thank you!
I was wondering what the recommended approach is for ingesting and processing form data, when deploying to cloudflare pages. Cloudflare pages supports the ideas of functions by adding a
/functions directory and placing scripts there: https://developers.cloudflare.com/pages/functions/get-started/, however I also noticed that Astro has this guide on endpoints: https://docs.astro.build/en/guides/endpoints/, and it seems this could also work? However, when using Cloudflare Pages for deployment, I am not sure which method is recommended. If i follow Astro's guide on endpoints, would these automatically be served by Pages in a similar way to the Functions? Anyone with experience with deploying Astro to Cloudflare Pages can shine some light on this?Thank you!

