“gzip”: true has been configured, but when upgrade the frontend using commit_proposed_batch, it has no effect.
DFX: 0.15.0
"gzip": true
only has an effect on the canister wasm, not the assets themselves. By default, the asset sync will upload unzipped always, and gzip if it saves bytes. If you are on dfx 0.21.0 or later you can force that everything is uploaded in gzip format like this