diff --git a/src/fragments/lib-v1/start/getting-started/next/setup.mdx b/src/fragments/lib-v1/start/getting-started/next/setup.mdx index a1575bb82cb..420757f976c 100644 --- a/src/fragments/lib-v1/start/getting-started/next/setup.mdx +++ b/src/fragments/lib-v1/start/getting-started/next/setup.mdx @@ -17,7 +17,7 @@ To set up the project, you will need to create a new Next.js app with the [`crea Run the following command and following the instructions to create a Next.js app. ```shellscript -npx create-next-app@">=13.5.0 <15.0.0" next-amplified +npx create-next-app@">=13.5.0 <16.0.0" next-amplified ``` Then run the following command to enter the root of your Next.js app. diff --git a/src/fragments/lib/ssr/nextjs/version-range-callout.mdx b/src/fragments/lib/ssr/nextjs/version-range-callout.mdx index 675824dd3e9..0cca2aa70d7 100644 --- a/src/fragments/lib/ssr/nextjs/version-range-callout.mdx +++ b/src/fragments/lib/ssr/nextjs/version-range-callout.mdx @@ -1,6 +1,6 @@ -**NOTE:** Amplify JS v6 supports Next.js with the version range: `>=13.5.0 <15.0.0`. +**NOTE:** Amplify JS v6 supports Next.js with the version range: `>=13.5.0 <16.0.0`. Ensure you have the correct version to integrate with Amplify. diff --git a/src/fragments/start/getting-started/next/setup.mdx b/src/fragments/start/getting-started/next/setup.mdx index 47329c57e1b..621527ce71b 100644 --- a/src/fragments/start/getting-started/next/setup.mdx +++ b/src/fragments/start/getting-started/next/setup.mdx @@ -10,7 +10,7 @@ To set up the project, you'll first create a new Next.js app with [Create Next A From your projects directory, run the following commands: ```bash -npx create-next-app@">=13.5.0 <15.0.0" next-amplified --no-app +npx create-next-app@">=13.5.0 <16.0.0" next-amplified --no-app cd next-amplified ``` diff --git a/src/pages/gen1/[platform]/build-a-backend/server-side-rendering/nextjs/index.mdx b/src/pages/gen1/[platform]/build-a-backend/server-side-rendering/nextjs/index.mdx index 3de9e649dc2..f10af2674ac 100644 --- a/src/pages/gen1/[platform]/build-a-backend/server-side-rendering/nextjs/index.mdx +++ b/src/pages/gen1/[platform]/build-a-backend/server-side-rendering/nextjs/index.mdx @@ -32,7 +32,7 @@ This guide walks through how to use Amplify Auth, GraphQL API, REST API, and Sto -**NOTE:** Amplify JS v6 supports Next.js with the version range: `>=13.5.0 <15.0.0`. +**NOTE:** Amplify JS v6 supports Next.js with the version range: `>=13.5.0 <16.0.0`. Ensure you have the correct version to integrate with Amplify. diff --git a/src/pages/gen1/[platform]/start/getting-started/setup/index.mdx b/src/pages/gen1/[platform]/start/getting-started/setup/index.mdx index eb11648e65b..e6c3142dd03 100644 --- a/src/pages/gen1/[platform]/start/getting-started/setup/index.mdx +++ b/src/pages/gen1/[platform]/start/getting-started/setup/index.mdx @@ -223,7 +223,7 @@ cd amplify-app This tutorial is built using the [Next.js App Router](https://nextjs.org/docs/app/building-your-application/routing). -**NOTE:** Amplify JS v6 supports Next.js with the version range: `>=13.5.0 <15.0.0`. +**NOTE:** Amplify JS v6 supports Next.js with the version range: `>=13.5.0 <16.0.0`. Ensure you have the correct version to integrate with Amplify. diff --git a/src/pages/gen1/[platform]/start/project-setup/create-application/index.mdx b/src/pages/gen1/[platform]/start/project-setup/create-application/index.mdx index b8645c754b8..8ccfeda5354 100644 --- a/src/pages/gen1/[platform]/start/project-setup/create-application/index.mdx +++ b/src/pages/gen1/[platform]/start/project-setup/create-application/index.mdx @@ -49,7 +49,7 @@ import reactnative_getting_started from '/src/fragments/start/getting-started/re -**NOTE:** Amplify JS v6 supports Next.js with the version range: `>=13.5.0 <15.0.0`. +**NOTE:** Amplify JS v6 supports Next.js with the version range: `>=13.5.0 <16.0.0`. Ensure you have the correct version to integrate with Amplify. @@ -59,7 +59,7 @@ To set up the project, you will need to create a new Next.js app with the [`crea Run the following command and following the instructions to create a Next.js app. ```shellscript -npx create-next-app@">=13.5.0 <15.0.0" next-amplified +npx create-next-app@">=13.5.0 <16.0.0" next-amplified ``` Then run the following command to enter the root of your Next.js app.