rsnext/test/e2e/app-dir/actions
JJ Kasper c28ed58d65
Handle action middleware rewrite case (#66852)
This handles the case where a middleware rewrite causes us to fail to
resolve the correct dynamic route params for an action sent to a
prerendered ISR path since the matched path wouldn't be the original
source path like we expect and instead is the prerendered path so we
need to parse the params out instead.

---------

Co-authored-by: Zack Tanner <1939140+ztanner@users.noreply.github.com>
2024-06-14 14:57:47 -07:00
..
app Handle action middleware rewrite case (#66852) 2024-06-14 14:57:47 -07:00
components fix: server actions initiated from static pages (#51534) 2023-09-14 21:22:19 +00:00
pages skip HEAD request in server action redirect (#63819) 2024-03-28 12:54:29 -07:00
account-for-overhead.js [actions] Enforce body limit using Transform stream (#64694) 2024-04-18 16:04:20 -06:00
app-action-export.test.ts Remove redundant React dependency declarations in test (#66530) 2024-06-05 18:10:24 +02:00
app-action-form-state.test.ts Remove redundant React dependency declarations in test (#66530) 2024-06-05 18:10:24 +02:00
app-action-progressive-enhancement.test.ts Remove redundant React dependency declarations in test (#66530) 2024-06-05 18:10:24 +02:00
app-action-size-limit-invalid.test.ts Remove redundant React dependency declarations in test (#66530) 2024-06-05 18:10:24 +02:00
app-action.test.ts Handle action middleware rewrite case (#66852) 2024-06-14 14:57:47 -07:00
middleware.js Handle action middleware rewrite case (#66852) 2024-06-14 14:57:47 -07:00
next.config.js Change allowed forwarded hosts to be allowed origins for Server Actions (#58023) 2023-11-08 11:20:32 +01:00