rsnext/test
Jimmy Lai f2c5eb840f
actions: fix revalidate after redirect (#53368)
This PR reverts a change that removed the `content-length` header filtering from the req made by the actions when redirecting. This change made some tests flaky and presumably also broke server actions in subtle ways.

There's still one other bug when redirecting after revalidating that will happen in you revalidate a page that was already rendered before where we will still show stale content. @timneutkens is fixing that one.

NEXT-1483
2023-07-31 10:08:52 +00:00
..
.stats-app chore: remove experimental appDir: true from tests (#52291) 2023-07-05 19:17:29 -07:00
__mocks__ [edge] bump @edge-runtime/* package suite (#49092) 2023-05-31 08:03:20 +00:00
development Improved modularizeImports rules (#53051) 2023-07-27 16:08:25 +02:00
e2e actions: fix revalidate after redirect (#53368) 2023-07-31 10:08:52 +00:00
examples feat(cli): introduce --tailwind flag (#46927) 2023-03-16 16:06:27 +01:00
integration Reimplement stream cancellation (#52281) 2023-07-26 12:57:34 -07:00
lib Fix not found hangs the build with overridden node env (#53106) 2023-07-24 21:00:53 +00:00
production Update flakey app-action and prerender-prefetch tests (#53340) 2023-07-30 12:51:24 -07:00
unit fix(edge): allow Request cloning via NextRequest (#53157) 2023-07-25 11:36:39 +00:00
.gitignore ci(workflow): enable test trace upload (#51107) 2023-06-12 17:14:13 +00:00
jest-setup-after-env.ts type check tests (and convert next-test-utils.js to ts) (#51071) 2023-06-23 17:42:50 +00:00
jest.d.ts refactor smooth scroll bailout logic in app navigations (#53186) 2023-07-27 14:39:51 +00:00
readme.md refactor: split up CONTRIBUTING.md (#40515) 2022-09-16 14:54:58 -07:00
test-file.txt

See Testing for more information on how you can run/write/debug tests for Next.js.