tomtr202
Check your php logs. I found an error there for my Brotli install due to extension = brotli.so
added to php.ini. Looks like that is added automatically by the Brotli checkbox that enables it. So you just need to add brotli.output_compression = ENABLED
brotli.output_compression_level = -1
Anyway, I also noticed that in my browser your website is always broken. No need to press back.
Also, I noticed that the encryption returned by your server is "gzip" not "brotli". Here is your header: Content-Encoding: gzip
Did you change anything else related to gzip maybe?
Or did you change any litespeed settings / config?