-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Collabora Online - Built-in CODE Server in Nextcloud docker. Documents do not load #1896
Comments
The log says this, no sure what to do
|
I also tried a different docker image (linuxserver.io) on a different local server without nginx proxy manager. The exact same thing happens. Driving me nuts. Is Collabora built in app with nextcloud office simply not working with docker? Does anyone successfully use this at all? |
I can use it fine, on first set up in integration app
If the appimage run correctly then the |
Thanks @martadinata666 Nextcloud Office app does show all the options and green check Collabora online is indeed reachable. However Opening a file takes forever and ends up like this I checked /data/nextcloud.log and don't see anything weird except for WOPI. Never set those addresses before with built in collabora app. But creating a white list doesn't help anyway. Any suggestions which logs I should take a look at? |
I cant really tell much, aside im on glibc based docker image, and the |
Thanks! I will dive into it a bit more and try a few things |
oh almost forgotten, also check the SSL thing, should use valid one. or disabling it completely (http) only. |
I am using a valid certificate in nginx proxy manager and set up Nextcloud to work behind a proxy just like Nextcloud explains in it's documents. But SSL shouldn't be an issue when using the built in collabora app right? Should work out of the box, at least that's my experience (before I started using docker ;)) |
so what im experiencing is when loading using |
I think it might be missing libfuse. I just tried creating a spreadsheet using the built in CODE server and found this in my logs
|
Saving the (empty) field "Allow list for WOPI requests" in the Office settings - using the arrow at the end of the input box - fixed this issue (Failed to load Nextcloud Office - please try again later) for me. |
Fresh installation. Additionally, when I try to select the Collabora instance, I encounter the following error: "PHP message: richdocumentscode (proxy.php) error exit, PID: 68, Message: no_glibc". |
From: https://github.com/CollaboraOnline/richdocumentscode#system-requirements Nextcloud 19 with Collabora Online app 3.7.0 or higher |
For the built-in collabora CODE server to work, you have to ensure that:
This is necessary because alpine does not ship with bash by default which the CODE AppImage needs (among possibly other things) and FUSE is not available inside docker, so the AppImage has to be unpacked in order to run. |
Thanks for the clue. Once I switched to nextcloud:fpm image instead of nextcloud:fpm-alpine, the Collabora CODE is able to open files without issues. I don't even have to set the APPIMAGE_EXTRACT_AND_RUN variable. |
I recently run into the same problem. Documents don't load, and the request to https://cloud.example.com/custom_apps/richdocumentscode/proxy.php?status times out with 504. After seeing this thread I set
After seeing this error message it clicked: I recently followed Nextcloud Recognize's advice of mounting tmp as tmpfs: https://github.com/nextcloud/recognize#tmp The solution is to add
Now it works again, I don't even need APPIMAGE_EXTRACT_AND_RUN. |
Many people who are using Docker also user the Code Server for Nextcloud Office. This requires tmp to be executable. See nextcloud/docker#1896 (comment) Signed-off-by: Thore Goebel <[email protected]>
Many people who are using Docker also use the Code Server for Nextcloud Office. This requires tmp/ to be executable. See nextcloud/docker#1896 (comment) Signed-off-by: Thore Goebel <[email protected]>
This fixed my issue thanks (documents do not load, spinning) |
Alpine based images are not supported by OnlyOffice or Nextcloud Office. Fixes #1041 + some mingled in reports elsewhere like: - #1896 (comment) Signed-off-by: Josh Richards <[email protected]>
Closing since this isn't really an image matter. |
I am using Docker behind nginx proxy manager and everything works fine. I installed Collabora Online - Built-in CODE Server and Nextcloud office and that also seems fine. But opening an document does not work, it keeps spinning.
both on desktop and mobile
Any idea's?
The text was updated successfully, but these errors were encountered: