rsnext/test/e2e/app-dir/actions
Zack Tanner a5bb7c46b1
router restore should take priority over pending actions (#64449)
Since the router processes events sequentially, we special case
`ACTION_NAVIGATE` events to "discard" a pending server action so that it
can process the navigation with higher priority. We should apply this
same logic to `ACTION_RESTORE` events (e.g. `router.back()`) for the
same reason.

Fixes #64432


Closes NEXT-3098
2024-04-13 10:49:57 -07:00
..
app Fix Server Action error logs for unhandled POST requests (#64315) 2024-04-12 01:21:28 +02: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
app-action-export.test.ts Rename process.env.TURBOPACK -> process.env.TURBOPACK_DEV in test skips (#63665) 2024-03-25 14:17:56 +01:00
app-action-form-state.test.ts Add test case for the permalink option of useFormState (#56329) 2023-10-03 13:47:03 +02:00
app-action-progressive-enhancement.test.ts refactor(tests): make chain more "correct" (#51728) 2024-02-14 20:14:24 +01:00
app-action-size-limit-invalid.test.ts Rename process.env.TURBOPACK -> process.env.TURBOPACK_DEV in test skips (#63665) 2024-03-25 14:17:56 +01:00
app-action.test.ts router restore should take priority over pending actions (#64449) 2024-04-13 10:49:57 -07:00
middleware.js Fix request body hanging when middleware is preset (#57381) 2023-10-25 02:44:10 +00:00
next.config.js Change allowed forwarded hosts to be allowed origins for Server Actions (#58023) 2023-11-08 11:20:32 +01:00