Skip to content

Commit 3348dce

Browse files
authored
chore: remove/update callout regarding supported next version range (#8195)
1 parent 4dd129e commit 3348dce

File tree

3 files changed

+1
-8
lines changed
  • src
    • fragments
    • pages/[platform]/start/quickstart/nextjs-app-router-client-components

3 files changed

+1
-8
lines changed

src/fragments/lib/troubleshooting/common/upgrading.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ npm install aws-amplify@6 @aws-amplify/adapter-nextjs
136136

137137
The `@aws-amplify/adapter-nextjs` package provides adapter functions to enable use of Amplify APIs on the server side of your Next.js app for use cases such as Server Side Rendering (SSR) with the App Router.
138138

139-
Note that v6 supports NextJS v13.5.0 through 14. We recommend upgrading if you are using a version below 13.5.0.
139+
Note that v6 supports NextJS v13.5.0 through 15. We recommend upgrading if you are using a version below 13.5.0.
140140

141141
<Callout>NextJS v13.5.0 requires Node v16.14.0 or later and NextJS v14+ requires Node v18.17.0 or later</Callout>
142142

src/fragments/start/getting-started/next/setup.mdx

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<Callout>
22

33
This tutorial is built using the pages directory from NextJS. To learn more about using Amplify with the NextJS app directory please visit this [documentation page](/gen1/[platform]/build-a-backend/server-side-rendering/set-up-ssr/#use-amplify-with-nextjs-app-router-app-directory).
4-
**Note:** We currently support Next.js versions 13.5.0 up to 14.x. We are working to support version 15 or newer.
54

65
</Callout>
76

src/pages/[platform]/start/quickstart/nextjs-app-router-client-components/index.mdx

-6
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,6 @@ This Quickstart guide will walk you through how to build a task list application
3232
- [git](https://git-scm.com/) v2.14.1 or later
3333
- If you are new to these technologies, we recommend you go through the official [React](https://react.dev/learn/tutorial-tic-tac-toe), [Next.js](https://nextjs.org/docs/app/getting-started), and [TypeScript](https://www.typescriptlang.org/docs/handbook/typescript-from-scratch.html) tutorials first.
3434

35-
<Callout>
36-
37-
**Note:** We currently support Next.js versions 13.5.0 up to 14.x. We are working to support version 15 or newer.
38-
39-
</Callout>
40-
4135
## Deploy a fullstack app to AWS
4236

4337
We've created a starter "To-do" application to help get started faster. First, you will create a repository in your GitHub account using our starter Next template.

0 commit comments

Comments
 (0)