How to disabled zsdt compression?

My page on https://stefanoltmann.de/oni-seed-browser/ shows an error "zstd unsupported". I have no idea where that comes from. The same thing is (still) deploy as https://stefan-oltmann.de/oni-seed-browser (GitHub Pages) where everything runs fine. How do I find out what's causing this issue and how to turn it off?
4 Replies
Walshy
Walshy3mo ago
shows an error "zstd unsupported".
Where? How? I've never seen anything say that before Either way, if you wish to disable zstd, you can do so with a compression rule: https://developers.cloudflare.com/rules/compression-rules/create-dashboard/
Steps
StepsOP3mo ago
Thanks, that helped. Turned all compression off.
Frerduro
Frerduro3mo ago
im kinda confused why you wouldn't support zstd tbh
Steps
StepsOP3mo ago
I'd love to since it seems to be better than zsdt, but what shall I do if it's not supported? There are only gzip & deflate unfortunately. https://api.ktor.io/ktor-client/ktor-client-plugins/ktor-client-encoding/io.ktor.client.plugins.compression/-content-encoding.html

Did you find this page helpful?