-
Notifications
You must be signed in to change notification settings - Fork 118
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
Failed to connect to nextcloud office with collabora #3197
Comments
I have noticed a problem. There is one request that continuously receives 404s which seems to be responsible for opening the document edtor: The problem is that /custom_apps/ is not the correct webroot. It should be /path/custom_apps/ |
Did you see this issue? |
No I haven't, thank you! It does seem slightly different though. Nobody seems to be mentioning that path issue that I think I found |
Paste the results from the following command:
If you are having 404 access errors it could be due to 'public_wopi_url' being miscoded |
Thanks for that hint, yeah the path was indeed incorrect. I also just found #3262, but even after following the steps, it's still using the old path, even though it shows the new path in the config. I tried both restarting nextcloud and applying the config. I'm gonna reply there since that's where something is actually happening. |
Describe the bug
About two days ago I first set up nextcloud, but I had to reinstall twice, and since that first attempt (on 27.0.7 afaik), collabora no longer worked ever again. When I open a libreoffice document all it does is load for a while and then complain about being unable to open nextcloud office.
To Reproduce
Expected behavior
It should open the document
Client details:
Server details
Operating system: Arch Linux (don't question it 😉)
Web server: Apache
Database: Mariadb
PHP version: Built into the docker image, no idea
Nextcloud version: 27.0.7-27.1.1
Version of the richdocuments app 8.2.0
Version of Collabora Online 23.05.4.2.1
Logs
Nextcloud log (data/nextcloud.log)
if this is what I can also see in the admin console, this is probably not of any use. The admin console showed absolutely no info about te collabora problem. Those timeouts are 30 minutes old and probably unrelated
nextcloud.log
Browser log
console-export-2023-9-23_12-51-16.txt
Test dockerfile:
(untested, edited version of mine, should still be able to showcase the problem)
Install collabora into nextcloud:
try the built-in server and the docker container at
nextcloud-collabora:9980
The text was updated successfully, but these errors were encountered: