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
{{ message }}
This repository has been archived by the owner on Oct 29, 2021. It is now read-only.
Hey. I'm trying to set up gzip compressed js files. How would you go around that?
Echo has a gzip middleware, which works fine for HTML content, but when my app tries to fetch bundle.js, it returns an err_content_length_mismatch error. Any idea what would be the proper way to do that?
The text was updated successfully, but these errors were encountered:
Hey. I'm trying to set up gzip compressed js files. How would you go around that?
Echo
has a gzip middleware, which works fine for HTML content, but when my app tries to fetch bundle.js, it returns anerr_content_length_mismatch
error. Any idea what would be the proper way to do that?The text was updated successfully, but these errors were encountered: