Magnus
Magnus
This PR bumps the default OpenNext version to be the latest which is `3.1.4`. It also changes the build command to address that OpenNext => `3.1.3` needs to use the...
- Add e2e test for `forbidden` and `unauthorized` ([Next.js blog](https://nextjs.org/blog/next-15-1#forbidden-and-unauthorized-experimental)) - Next will set `cache-control` to `s-maxage=31536000` on those routes, so i added 403 and 401 in `fixHeadersForError()` so they...
https://github.com/opennextjs/opennextjs-aws/pull/1016#issuecomment-3407588117 We should investigate why this is happening, and what those elements correspond to. If they are not the same we need to dig deeper for the cause. This can...
`request.url` in route handlers is with `https` when you are actually running in `http`. This can happen when you run OpenNext locally or in `wrangler dev`. We also have a...
Add `Content-Security-Policy` and `Content-Disposition` header to `buildSuccessResponse` in image optimization adapter. It will now support `images.contentSecurityPolicy` and `images.contentDispositionType` from Next config aswell.
For #541 I'll open this in draft mode for now. It wont work in a monorepo as of now. Im open for suggestions.