Docserver 8.2 document footer not rendering

Do you want to: Report a bug
Document Server version: 8.2
Type of installation of the Document Server (docker, deb/rpm, exe, please point us to the installation guide that you used as well): docker
OS: Rocky 9.4
Browser version: Brave Version 1.73.105 Chromium: 131.0.6778.265 (Official Build) (64-bit)
Additional information:

Docker compose:

services:
  documentserver:
    image: onlyoffice/documentserver:latest
    container_name: documentserver
    restart: always
    ports:
      - "8888:80"
    environment:
      - JWT_SECRET=${JWT_SECRET}
      - JWT_ENABLED=${JWT_ENABLED}
      - ALLOW_PRIVATE_IP_ADDRESS=${ALLOW_PRIVATE_IP_ADDRESS}
      - ALLOW_META_IP_ADDRESS=${ALLOW_META_IP_ADDRESS}
    volumes:
      - /opt/onlyoffice/DocumentServer/logs:/var/log/onlyoffice
      - /opt/onlyoffice/DocumentServer/data:/var/www/onlyoffice/Data
      - /opt/onlyoffice/DocumentServer/lib:/var/lib/onlyoffice
      - /opt/onlyoffice/DocumentServer/db:/var/lib/postgresql

I cannot attach the document as it’s confidential. But I’ve tested using docserver 8.0 on a separate server, the footer shows up.

We can’t use the older versions as we encounter another bug on Rocky 9: Running the Docker version of the 'only office/documentserver' container on the Rocky linux system timed out and reported an error - #15 by Alexandre

Additional information, I exposed the service via a reverse proxy (+ SSL terminated).

Hello @annahri,
Please remove all sensitive information in the file or replace it with gibberish and send it to us, otherwise we won’t be able to analyze the issue.

Ok. As I’m a new user in this forum, I can’t attach anything. So, here’s the file: tsh.ngelinux.my.id - Easy and fast file sharing from the command-line.

I’ve tested re-uploading it, and it still won’t show the footer.