I'm having a difficult time getting adminui to work behind Traefik. The best theory we have is that because Content-Type isn't being set by adminui Traefik is trying to guess what it is and sets it to application/x-gzip which results in just getting a downloaded .gz file instead of a rendered page.
I'm having a difficult time getting adminui to work behind Traefik. The best theory we have is that because
Content-Typeisn't being set by adminui Traefik is trying to guess what it is and sets it toapplication/x-gzipwhich results in just getting a downloaded.gzfile instead of a rendered page.