rsnext/test/e2e/app-dir/actions
Shu Ding d9e3803e64
Fix server references handling in the edge runtime (#48502)
Currently POST requests to `"use server"` entries are not correctly
handled, and this PR partially fixes the behavior. Note that the
`isMultipartAction` case is still missing as we can't simply use
`busboy`. Later we'll unify the implementation here to always use
FormData via Undici.

Fixes NEXT-1026.
2023-04-18 00:36:23 +02:00
..
app Fix server references handling in the edge runtime (#48502) 2023-04-18 00:36:23 +02:00
app-action.test.ts Fix server references handling in the edge runtime (#48502) 2023-04-18 00:36:23 +02:00
next.config.js Add experimental React related warning (#47986) 2023-04-10 14:37:23 +02:00