fastify / fastify/fastify-nextjs
Support Next.js v14
Open
feature request
good first issue
- Dominant language
- JavaScript
- Stars
- 558
- Forks
- 62
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 6
Description
### Prerequisites
- [X] I have written a descriptive issue title
- [X] I have searched existing issues to ensure the feature has not already been requested
### 🚀 Feature Proposal
This plugin currently supports Next 12 and 13. While working on upgrading dependencies for fastify's v5 release, we noticed that upgrading Next to 14 breaks tests, specifically in regard to the use of the `basePath` configuration option.
We decided to leave that behind as out of scope for the v5 upgrade, but it would be good to extend compatibility to Next 14 as well at some point.
### Motivation
_No response_
### Example
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.