Skip to content

Commit 2572e7d

Browse files
author
haverchuck
committed
fixed gen1
1 parent d43f035 commit 2572e7d

File tree

2 files changed

+3
-12
lines changed
  • src/pages/gen1/[platform]/start

2 files changed

+3
-12
lines changed

src/pages/gen1/[platform]/start/getting-started/setup/index.mdx

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,9 @@ cd amplify-app
223223

224224
This tutorial is built using the [Next.js App Router](https://nextjs.org/docs/app/building-your-application/routing).
225225

226+
**NOTE:** Amplify JS v6 supports Next.js with the version range: `>=13.5.0 <15.0.0`.
227+
Ensure you have the correct version to integrate with Amplify.
228+
226229
</Callout>
227230

228231
To set up the project, you'll first create a new Next.js app with [Create Next App](https://nextjs.org/docs/api-reference/create-next-app), a simple CLI tool that enables you to quickly start building a new Next.js application, with everything set up for you. You'll then add Amplify and initialize a new project.
@@ -234,12 +237,6 @@ npm create next-app@14 -- next-amplified --ts --no-eslint --src-dir --import-ali
234237
cd next-amplified
235238
```
236239

237-
<Callout>
238-
239-
**Note:** We currently support Next JS versions 13.5.0 up to 14.x. We are investigating support for later versions.
240-
241-
</Callout>
242-
243240
This command will bootstrap the project with the following options:
244241

245242
- App Router

src/pages/gen1/[platform]/start/project-setup/create-application/index.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,6 @@ Run the following command and following the instructions to create a Next.js app
6262
npx create-next-app@">=13.5.0 <15.0.0" next-amplified
6363
```
6464

65-
<Callout>
66-
67-
**Note:** We currently support Next JS versions 13.5.0 up to 14.x. We are investigating support for later versions.
68-
69-
</Callout>
70-
7165
Then run the following command to enter the root of your Next.js app.
7266

7367
```shellscript

0 commit comments

Comments
 (0)