rsnext/test/e2e/app-dir/app-routes/app/methods
Sam Ko 0a697cf044
fix(route-handlers): make sure preflight has CORS headers (#63264)
## Why?

When we just have a POST route handler, it seems CORs is not working
properly. This is because we break out of the loop here
768a92b15b/packages/next/src/server/future/route-modules/app-route/helpers/auto-implement-methods.ts (L38)
when a `GET` isn't present before we add the correct headers and status
to the preflight `OPTION`.

- Closes https://github.com/vercel/next.js/issues/57999

Closes NEXT-2813

---------

Co-authored-by: JJ Kasper <jj@jjsweb.site>
2024-03-14 00:59:57 +00:00
..
head Server Router Improvements (#45716) 2023-02-15 00:16:45 +00:00
options fix(route-handlers): make sure preflight has CORS headers (#63264) 2024-03-14 00:59:57 +00:00