Support intro
Sorry to hear you’re facing problems
help.nextcloud.com is for home/non-enterprise users. If you’re running a business, paid support can be accessed via portal.nextcloud.com where we can ensure your business keeps running smoothly.
In order to help you as quickly as possible, before clicking Create Topic please provide as much of the below as you can. Feel free to use a pastebin service for logs, otherwise either indent short log examples with four spaces:
Or for longer, use three backticks above and below the code snippet:
longer
example
here
Some or all of the below information will be requested if it isn’t supplied; for fastest response please provide as much as you can
Nextcloud version (eg, 29.0.5): 30.0.0
Operating system and version (eg, Ubuntu 24.04): Linux 6.6.44-production+truenas x86_64
Apache or nginx version (eg, Apache 2.4.25): I have no idea where I can find this information for I just clicked "Install" in the TrueNAS Apps.
PHP version (eg, 8.3): I have no idea where I can find this information for I just clicked "Install" in the TrueNAS Apps.
The issue you are facing:
Is this the first time you’ve seen this error? (Y/N): y
Before all I have to mention that I’m running TrueNAS 24.10, a RC version in which docker-compose replaces K3S.
Steps to replicate it:
- Install Nextcloud in TrueNAS
- Install Collabora in TrueNAS ( I changed two Extra Parameters: --o:ssl.enable=false --o:ssl.enable=false )
- Connect them in shell via
docker network create office
docker network connect office ix-nextcloud-1-nextcloud-1
docker network connect office ix-collabora-collabora-1
4.Set up Nextcloud as shown below
5.Open up one of the documents and it acts like ↓
The output of your Nextcloud log in Admin > Logging:
There is one error message continuously popping up but I don’t know if it is related to my question. I’ll paste the log anyway.
[no app in context] Error: image not found: image:apps/whiteboard.svg webroot: serverroot:/var/www/html
GET /ocs/v2.php/apps/notifications/api/v2/notifications?format=json
from 240c:c283:4001:7b9:c4a4:dd08:d462:a89b by zykerman at 2024年10月15日 08:08:24
The output of your config.php file in /path/to/nextcloud
(make sure you remove any identifiable information!):
The output of your Apache/nginx/system log in /var/log/____
:
There seems to be nothing in these log files.
Output errors in nextcloud.log in /var/www/ or as admin user in top right menu, filtering for errors. Use a pastebin service if necessary.
There are only two folders ( html and www ) in /var/www/.