Results 1 comments of Ramil

I faced the same issue. I was trying to set `application/pdf` value in the `Content-Type` but got the same error code `FST_ERR_REP_INVALID_PAYLOAD_TYPE ` ``` @Get('/export') @Header('Content-Type', 'application/pdf') export(): Promise {...