rsnext/errors/version-staleness.md
2023-04-24 20:03:44 +00:00

1.4 KiB

Version Staleness

Why This Error Occurred

In the error overlay, a message was shown that the detected Next.js version was out-of-date.

To get the newest features and bug fixes, it is recommended to stay up to date.

Possible Ways to Fix It

If you are testing out a canary release, upgrade Next.js with one of the following:

npm i next@canary
yarn add next@canary
pnpm add next@canary

If you are using a stable release, upgrade Next.js with one of the following:

npm i next@latest
yarn add next@latest
pnpm add next@latest

If you are coming from an older major version, check out our upgrade guides.

Note

If you want to report a bug on GitHub, you should upgrade to the newest canary release of Next.js first, to see if the bug has already been fixed in canary.