-
Notifications
You must be signed in to change notification settings - Fork 91
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
res.setHeader is not a function When i add new FastifyAdapter() #99
Comments
It works correctly with the fastify adapter. This library doesn't actually make any calls to |
|
Even when i try to add FasitifyAdapter on this Example The error is same.. just make sure u guys know |
add some information, that i use Version
|
So it looks like this error is coming from next. Notice that the path Since next 13 is effectively still in beta, I don't plan to add support for it until it is stabilized. You should be able to continue to use next 12 without issue. |
Allrite.. so right now the project is running
But when i upgrade the platform-satisfy version to |
Any update on this topic ? error - unhandledRejection: TypeError: res.setHeader is not a function |
any update? same problem too |
I try next 13.4.x, 12.4.6, platform-fastify 8, 9.x
|
I started a discussion regarding this on Next github discussion |
Describe the bug
If i put
new FastifyAdapter()
like this
const app = await NestFactory.create<NestFastifyApplication>( AppModule, new FastifyAdapter(), )
it will return error when i access localhost:3000
Is it can't support fastify adapter?
Because i serve static files from my server use the fastify adapter
Version
The text was updated successfully, but these errors were encountered: