You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Application should start without throwing any exceptions
Package
I don't know. Or some 3rd-party package
@nestjs/common
@nestjs/core
@nestjs/microservices
@nestjs/platform-express
@nestjs/platform-fastify
@nestjs/platform-socket.io
@nestjs/platform-ws
@nestjs/testing
@nestjs/websockets
Other (see below)
Other package
No response
NestJS version
9.0.1
Packages versions
[System Information]
OS Version : Linux 5.4
NodeJS Version : v14.18.1
YARN Version : 1.22.17
[Nest CLI]
Nest CLI Version : 9.0.0
[Nest Platform Information]
platform-express version : 9.0.4
platform-fastify version : 9.0.4
schematics version : 9.0.1
graphql version : 10.0.18
testing version : 9.0.4
apollo version : 10.0.17
common version : 9.0.4
core version : 9.0.4
cli version : 9.0.0
Node.js version
14.18.1
In which operating systems have you tested?
macOS
Windows
Linux
Other
NestJS docs:
@nestjs/graphql@>=9 and @nestjs/apollo^10 packages are compatible with Apollo v3
karolh95
changed the title
Fastify version mismatch Apollo v3 requirements
@nestjs/platform-fastify: fastify version mismatch Apollo v3 requirements
Jul 18, 2022
Is there an existing issue for this?
Current behavior
Application throws
FastifyError: fastify-plugin: fastify-accepts - expected '3.x' fastify version, '4.2.1' is installed
Minimum reproduction code
https://github.com/karolh95/nestjs-fastify
Steps to reproduce
yarn install
yarn start:dev
Expected behavior
Application should start without throwing any exceptions
Package
@nestjs/common
@nestjs/core
@nestjs/microservices
@nestjs/platform-express
@nestjs/platform-fastify
@nestjs/platform-socket.io
@nestjs/platform-ws
@nestjs/testing
@nestjs/websockets
Other package
No response
NestJS version
9.0.1
Packages versions
[System Information]
OS Version : Linux 5.4
NodeJS Version : v14.18.1
YARN Version : 1.22.17
[Nest CLI]
Nest CLI Version : 9.0.0
[Nest Platform Information]
platform-express version : 9.0.4
platform-fastify version : 9.0.4
schematics version : 9.0.1
graphql version : 10.0.18
testing version : 9.0.4
apollo version : 10.0.17
common version : 9.0.4
core version : 9.0.4
cli version : 9.0.0
Node.js version
14.18.1
In which operating systems have you tested?
Other
NestJS docs:
Apollo docs:
nestjs/[email protected]
dependency:@fastify/cors
and@fastify/formbody
supports Fastify versions3.x
The text was updated successfully, but these errors were encountered: