Artur Sudnik-Hrynkiewicz
Artur Sudnik-Hrynkiewicz
The problem I am facing is similar to those described in this [feature request](https://github.com/iamolegga/nestjs-pino/issues/535). Despite after using `LoggerErrorInterceptor` I am getting the correct stack trace of errors thrown from controllers...
Hi, I am curious if there is a reason why the `404 Not Found` response is not listed for example for https://w3c-ccg.github.io/vc-api/#continue-exchange endpoint at all? It would be a very...
I am considering using this library in my project, but I am warned by old issues and PRs not addressed at all. As an alternative, I can write my strategy,...
When executed with nodejs v12, triggers deprecation warning: "[DEP0066] DeprecationWarning: OutgoingMessage.prototype._headers is deprecated" The reason of it is here: https://github.com/rv-kip/express-redis-cache/blob/df4ed8e057a5b7d41d894e6e468f975aa62206f6/lib/ExpressRedisCache/route.js#L201
If for example "500" is cached, response retrieved from redis is served with "200" response code.
Hi, Is it possible to switch off caching of error responses? Setting res.use_express_redis_cache=false in error handler has no effect because it is called after cache.route().