#Zstandard applies to my site somehow

10 messages · Page 1 of 1 (latest)

exotic brook
#

Hi there, I didn't enable compression-rules for my site, https://huntukvisasponsors.com/. However, today I just noticed that my site turns to zstd and caused my website downtime. Right now, I need to manually apply a compression-rules with gzip to prevent this issue. Do you know why?

Navigating the maze of UK visa-sponsored jobs just got simpler! Explore our curated list of the latest potential visa-sponsored jobs from licensed sponsors in the UK.

frigid basalt
exotic brook
#

My client side is using nextjs. nextjs's server side rendering is using nodejs to fetch my APIs and it couldn't parse zstd.

frigid basalt
exotic brook
#

yeah, not sure why. right now, I need to configure compression-rules manually to use br compression.

#

If I disable, it falls back to zstd.

#

do you know how cloudflare decides which compression mechanism to use by default?

frigid basalt
exotic brook
exotic brook
#

Ah I found an issue in my code base. I diretly mirror client side request's header to server's header which caused this issue.