samuelhalim1
samuelhalim1
hey..so how was this issue? are there any solution? @BrotherV
How check if its clicked outside??
> TypeError: res.setHeader is not a function > at NextNodeServer.renderError (/Users/Development/test/node_modules/.pnpm/[email protected]_biqbaboplfbrettd7655fr4n2y/node_modules/next/dist/server/base-server.js:1047:17) at NextNodeServer.renderError (/Users/Development/test/node_modules/.pnpm/[email protected]_biqbaboplfbrettd7655fr4n2y/node_modules/next/dist/server/next-server.js:844:22) at NextServer.renderError (/Users/Development/test/node_modules/.pnpm/[email protected]_biqbaboplfbrettd7655fr4n2y/node_modules/next/dist/server/next.js:115:23) at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Even when i try to add FasitifyAdapter on this Example [https://github.com/yakovlev-alexey/nest-next-example](url) The error is same.. So i assume that the error isn't came from my next or nest app just...
add some information, that i use **Version** - @nestjs/platform-fastify: ^9.2.1
Allrite.. so right now the project is running With **Version** - next: ^12.3.4 - @nestjs/platform-fastify: ^8.0.0 But when i upgrade the platform-satisfy version to `^9.2.1`.. It just show a blank...