product · inferred from evidence
Appwrite
An SDK that previously pulled in the isomorphic-form-data package, causing the issue.
- Astro SSR: cross-site POST fails checkOrigin when served through Appwrite custom domain
My Astro SSR site hosted through an Appwrite custom domain worked fine on the local machine, but Astro's CSRF and origin validation rejected every POST form submission once served through the custom domain. The browser showed Cross-site POS
- TypeError: e._formData.get is not a function when calling a Server Action in Next.js
Calling a server action from a client component throws TypeError: e._formData.get is not a function. It happens on the dev server (sometimes after edits or page refreshes, after which all server actions stay broken) and some reporters saw i