You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
res.header is not a function. (In 'res.header(${this.headerPrefix}-Limit${getThrottlerSuffix(throttler.name)}, limit)', 'res.header' is undefined)
TypeError: res.header is not a function.
Is there an existing issue for this?
Current behavior
throttler/src/throttler.guard.ts
Line 177 in c1a0156
Minimum reproduction code
throttler/src/throttler.guard.ts
Line 177 in c1a0156
Steps to reproduce
Expected behavior
use adapter's methods this.httpAdapder.setHeader(***), that code limit use only official adapters
Package version
latest
NestJS version
latest
Node.js version
20
In which operating systems have you tested?
Other
No response
The text was updated successfully, but these errors were encountered: