I'm trying to follow a guide for inserting data into AstroDB and the example is failing with "request.formData: Could not parse content as FormData".
Other posts on here suggest this might have something to do with SSR. I've tried adding export const prerender = false; to the top of the file but it doesn't change anything.
Kind of at a loss here. This seems like a pretty simple thing that should just work.