Curiously, I had to remove the ZSTD support and revert to GZIP for assets compression
|
encodings: [{"gzip", ".gz"}], |
- either Phoenix does not send ZSTD
- browser (Chrome) does not decompress ZSTD
A package exists: https://github.com/hauleth/phoenix_bakery but with my former version (before mix deps upgrades & JS stuff upgrade - due to security advisor on tar-fs = 2.1.4 patched), it worked without this.
But not anymore !?
Curiously, I had to remove the ZSTD support and revert to GZIP for assets compression
PWA-Liveview/lib/liveview_pwa_web/endpoint.ex
Line 58 in 1487ed2
A package exists: https://github.com/hauleth/phoenix_bakery but with my former version (before mix deps upgrades & JS stuff upgrade - due to security advisor on
tar-fs = 2.1.4patched), it worked without this.But not anymore !?