diff --git a/platform/src/components/aws/nextjs.ts b/platform/src/components/aws/nextjs.ts index aa43803e8c..d9f9dd4d80 100644 --- a/platform/src/components/aws/nextjs.ts +++ b/platform/src/components/aws/nextjs.ts @@ -11,7 +11,7 @@ import { isALteB } from "../../util/compare-semver.js"; import { Plan, SsrSite, SsrSiteArgs } from "./ssr-site.js"; import { Bucket } from "./bucket.js"; -const DEFAULT_OPEN_NEXT_VERSION = "3.9.8"; +const DEFAULT_OPEN_NEXT_VERSION = "3.9.14"; type BaseFunction = { handler: string;