Cannot register OO Docs Home License

Document Server version: onlyoffice/documentserver-ee:latest sha256:8f4cbda584fa95086b667e65adb13872e7c9878092ce67223e14ab9fcd30bcf4
Type of installation of the Document Server: docker-compose
OS: Ubuntu LTS 22.04
Browser version: Firefox

Hello,
i’m trying to register my OO Docs Home license by doing as stated in the guide at ONLYOFFICE Docs Enterprise Edition - ONLYOFFICE
i mounted the volume /var/www/onlyoffice/Data in /app/onlyoffice/DocumentServer/data, where i put my license.lic file. Even after restarting the container, by opening documents on mobile, i still cannot edit them.

I use onlyoffice from nextcloud
This is the docker-compose.yml file i use to start the container

version: '3.3'
services:
    documentserver:
        image: onlyoffice/documentserver-ee:latest
        container_name: onlyoffice-documentserver
        restart: always
        ports:
            - '9981:80'
        env_file: 
          - stack.env
        volumes:
            - /app/onlyoffice/DocumentServer/data:/var/www/onlyoffice/Data
            - /app/onlyoffice/DocumentServer/logs:/var/log/onlyoffice
        networks:
          - onlyoffice

networks:
  onlyoffice:
    name: onlyoffice_net
    driver_opts:
      com.docker.network.bridge.name: br-onlyoffice

And this is the stack.env file

JWT_ENABLED=true
JWT_SECRET=*****
JWT_HEADER=AuthorizationJwt
JWT_IN_BODY=true

thank you

Hi @Zordak,
Please provide a screenshot of the message you see on a mobile device.
Also please specify if you are using the ONLYOFFICE editors via mobile browser or an app (ONLYOFFICE or Nextcloud mobile app).

I just solved the problem, and beside stopping the container, deleting the volumes and the image, the only thing that i never did until now was deleteing the nextcloud app cache.
The app wasnt giving me the message with the mobile edits restrictions, and i am using the nextcloud app to open files.

Thank you.

1 Like