NestJS interceptor doesn’t work with StreamableFile
When using timeout interceptor (TimeoutInterceptor
in timeout.interceptor.ts) with EP that returns StreamableFile
, the interceptor doesn’t work – it doesn’t early return a response when timeout passed.