Dear community!
I run nextcloud via php / apache and collabora via docker container. I have been trying to research, configure and test for two days now. The fact that I cant find similar problems during my research lead me to finally ask here. Thanks in advance for helping me out.
Everything seems to be working fine - but document loading is very slow (up to 60 sec).
When I open an existing document or create a new one, the following ERR appears in my logs:
wsd-00001-00200 2026-03-18 07:18:43.119362 +0100 [ docbroker_001 ] ERR Failed to rename [/opt/cool/child-roots/1-40745c0d/XCoK8U77MtHiqfYe/tmp/user/docs/clipboard.shutdown] to [/opt/cool/child-roots/1-40745c0d//tmp/incoming/clipboards/cool-fDncyXgrxWzMBMDy/1] (EXDEV: Invalid cross-device link)| common/Clipboard.hpp:191
In my docker-compose, the cool directory is mounted. It is writable, and everything seems to work correctly:
volumes:
- ./data/cool:/opt/cool
What I observed: Directly after starting the container, a new folder is created in opt/cool/child-roots containing 10 subdirectories - including XCoK8U77MtHiqfYe in this example. But the moment I am opening a document, this folder is deleted (or renamed, I am not sure). The document lodings fails, and after 60 seconds a new folder with a different name appears. This happens everytime I try to open an existing document or try to create a new one.
Strangely enough, after going to bed yesterday and coming back 8 hours later (next day), everything worked fine, opening documents took 1 sec - until I tried to create a new one. After that, also opening existing documents again took 60 sec.
Has anyone an idea where to investigate further? What information do you need to help me out?
Thank you so much!