Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove/update callout regarding supported next version range #8195

Merged
merged 1 commit into from
Jan 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/fragments/lib/troubleshooting/common/upgrading.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ npm install aws-amplify@6 @aws-amplify/adapter-nextjs

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.

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

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

Expand Down
1 change: 0 additions & 1 deletion src/fragments/start/getting-started/next/setup.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Callout>

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).
**Note:** We currently support Next.js versions 13.5.0 up to 14.x. We are working to support version 15 or newer.

</Callout>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,6 @@ This Quickstart guide will walk you through how to build a task list application
- [git](https://git-scm.com/) v2.14.1 or later
- 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.

<Callout>

**Note:** We currently support Next.js versions 13.5.0 up to 14.x. We are working to support version 15 or newer.

</Callout>

## Deploy a fullstack app to AWS

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.
Expand Down
Loading