I created a new .NET Serverless Application and published it on Lambda and I want to enable the GZIP (Br) Compression.
However, it gives me this Error: ERR_CONTENT_DECODING_FAILED
It's working properly on localhost.
I have already enabled the Compression option on API Gateway but it doesn't help.
What should I set up to make it working?
Thanks