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
Can you provide steps to reproduce? We often need a reproducible example, e.g. some code that allows someone else to recreate your problem by just copying and pasting it. If it involves more than a couple of different file, create a new repository on GitHub and add a link to that.
Prerequisites
Fastify version
4.0.0
Plugin version
6.0.0
Node.js version
16.x
Operating system
Linux
Operating system version (i.e. 20.04, 11.3, 10)
lambda
Description
When I register this pluggin I got no response data in browser (disable the plugin, it works).
I got this error report ERR_CONTENT_DECODING_FAILED.
(In firefix, the message says: Content Encoding Error).
Steps to Reproduce
lambda.js
app.js ("@fastify/compress": "^6.0.0",)
(Even I removed encodings, still not working).
(I run in localhost wihout any problems)
Expected Behavior
No response
The text was updated successfully, but these errors were encountered: