Collabora problem after upgrade to 3.6.0

Worked for me too!

1 Like

Thanks everyone! This is now fixed in the Nextcloud VM as well.

1 Like

Actions that helped me.

  1. Update docker img
  • grab new docker image:
    docker pull collabora/code

  • List docker images:
    docker ps
    stop and remove the Collabora Online docker image (id = output from command docker ps):
    docker stop ID
    docker rm ID

  1. Fix the host configuration file
  • Added and verified on the manual page [collaboraonline](https://nextcloud.com/collaboraonline/) Scroll to point 3
  1. Update the application
  • Log in to your admin panel ‘Nextcloud’ and update the application ‘Collabora Online’
  1. Restart Apache
  • My OS CentOS7 and i use
    systemctl restart httpd
  1. Launch docker container
  • start the new image:
    docker run -t -d -p 127.0.0.1:9980:9980 -e 'domain=office\\.my-domain\\.com' --restart always --cap-add MKNOD collabora/code
  1. Restart the docker service
  • My OS CentOS7 ana i use
    systemctl restart docker

After these steps my system worked with a new application. Edit and save doc work.