open-next
open-next copied to clipboard
Open source Next.js serverless adapter
I spent some time trying to figure out why a redirect from a server action wasn't working. What made this more difficult was the fact that it works just fine...
As discussed in Discord https://discord.com/channels/983865673656705025/1186653005945245746 TL;DR: as of open-next 2.2.0 Next 12's preview mode does not work, when accessing a route that sets the preview mode cookies (e.g `/api/set-preview?slug=redirect-me-to-here`), the...
Wondering if there is any plan in supporting other edge providers, e.g Cloudflare?
I have a nextjs app on v14, it uses page routing. when I enter a non-existent route (`/foobar`) - the app 308 redirects to /404/ few dozen times, and then...
In 3.0.0rc15 redirects in next config such as : ``` redirects: () => [{ source: '/settings', destination: '/settings/general', permanent: false }], ``` No longer seem to work they are working...
The issue I am having is quite peculiar, in certain Ubuntu installations `open-next` package fails to compile with the following bizarre error during the server function generation, ```text ┌──────────────────────────────┐ │...
Trying to deploy Nextjs 13 using **open-next** with Serverless/Cloudformation. > Currently unsuccessful, but this is the start template I currently got, hope this could help some of you and can...
Hi, I'm currently attempting to use ISR, without on demand invalidation, where my pages are supposed to expire after 10 minutes. I can see the cloudfront cache expire and it...
Codepipeline logs: ``` ┌──────────────────────────────┐ -- 76 | │ OpenNext — Generating bundle │ 77 | └──────────────────────────────┘ 78 | 79 | Bundling static assets... 80 | node:fs:2969 81 | handleErrorFromBinding(ctx); 82...
## Open-next is not properly supported on windows at the moment There will very likely be issues at runtime. If you are on windows save yourself some time and just...