Aniket Undalekar
Aniket Undalekar
I'm facing the same Issue, Tried deleting the folder inside data and ran prebuilt cmd, it's worked but vercel is not giving production url istead it asking to run vercel...
@mcollina Sure! Since our code is private, I’ll share a code snippet to reproduce the issue. Code to Reproduce the Fastify Compression Error ```js // yourRoute.js async function routes(fastify) {...
Hey @mcollina I've created a repository with: https://github.com/AniketUndalekar1997/fastify-compression-issue * A large JSON file where the response is failing. * A sample JSON file where the response works as expected. I've...
@Eomm I followed the above solution as per your suggestion but still see the same error. Did you test it properly after adding the return statement? @mcollina i've added simple...
@mcollina run the service locally and hit this endpoint via postman -> /api/reproduce/compression-error I'm still encountering the "premature close" error for large response payloads, while it works fine for smaller...
@mcollina @Eomm Any updates ?
@mcollina Thanks, For the the time being will follow the above approach.
@mcollina @Eomm can you guys try to solve the above issue ASAP, we have some critical services running on Fastify and We took this migration task as we've deadlines to...
@simoneb Thanks for suggesting manual compression, tried it sadly I was getting this error when I try to hit the endpoint multiple times "msg":"Reply was already sent, did you forget...