iOS NextCloud App 1 specific mp4 file constant reinitiates upload

Hi

I have a fully updated 1 month old NextCloud installation.
In my iOS app I have enabled that NextCloud should upload all my photos and it is also working for almost all files but 1.

When I look in the “Transfers” list in the iOS app it looks like the upload restarts after 1-3 seconds.
the file is only 54,5 MB large and 1GB+ files have been uploaded without issues.

See: Watch Force start of upload | Streamable

NextCloud gives the following error:

{
    "reqId": "eoRI4vH59M0TXALbHiFX",
    "level": 3,
    "time": "2024-12-31T15:43:23+00:00",
    "remoteAddr": "10.10.81.254",
    "user": "nOrphf",
    "app": "no app in context",
    "method": "PUT",
    "url": "/remote.php/dav/files/nOrphf/Photos/-CameraUpload/2024/12/4CE242FD-08F8-44C8-94A7-0F139B4D4144.mp4",
    "message": "Expected filesize of 57132180 bytes but read (from Nextcloud client) and wrote (to Nextcloud storage) 37126144 bytes. Could either be a network problem on the sending side or a problem writing to the storage on the server side.",
    "userAgent": "Mozilla/5.0 (iOS) Nextcloud-iOS/6.2.1",
    "version": "30.0.4.1",
    "exception": {
        "Exception": "Sabre\\DAV\\Exception\\BadRequest",
        "Message": "Expected filesize of 57132180 bytes but read (from Nextcloud client) and wrote (to Nextcloud storage) 37126144 bytes. Could either be a network problem on the sending side or a problem writing to the storage on the server side.",
        "Code": 0,
        "Trace": [
            {
                "file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
                "line": 1137,
                "function": "put",
                "class": "OCA\\DAV\\Connector\\Sabre\\File",
                "type": "->",
                "args": [
                    "*** sensitive parameters replaced ***"
                ]
            },
            {
                "file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/CorePlugin.php",
                "line": 492,
                "function": "updateFile",
                "class": "Sabre\\DAV\\Server",
                "type": "->",
                "args": [
                    "*** sensitive parameters replaced ***"
                ]
            },
            {
                "file": "/var/www/html/3rdparty/sabre/event/lib/WildcardEmitterTrait.php",
                "line": 89,
                "function": "httpPut",
                "class": "Sabre\\DAV\\CorePlugin",
                "type": "->",
                "args": [
                    {
                        "__class__": "Sabre\\HTTP\\Request"
                    },
                    {
                        "__class__": "Sabre\\HTTP\\Response"
                    }
                ]
            },
            {
                "file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
                "line": 472,
                "function": "emit",
                "class": "Sabre\\DAV\\Server",
                "type": "->",
                "args": [
                    "method:PUT",
                    [
                        {
                            "__class__": "Sabre\\HTTP\\Request"
                        },
                        {
                            "__class__": "Sabre\\HTTP\\Response"
                        }
                    ]
                ]
            },
            {
                "file": "/var/www/html/apps/dav/lib/Connector/Sabre/Server.php",
                "line": 43,
                "function": "invokeMethod",
                "class": "Sabre\\DAV\\Server",
                "type": "->",
                "args": [
                    {
                        "__class__": "Sabre\\HTTP\\Request"
                    },
                    {
                        "__class__": "Sabre\\HTTP\\Response"
                    }
                ]
            },
            {
                "file": "/var/www/html/apps/dav/lib/Server.php",
                "line": 371,
                "function": "start",
                "class": "OCA\\DAV\\Connector\\Sabre\\Server",
                "type": "->",
                "args": []
            },
            {
                "file": "/var/www/html/apps/dav/appinfo/v2/remote.php",
                "line": 19,
                "function": "exec",
                "class": "OCA\\DAV\\Server",
                "type": "->",
                "args": []
            },
            {
                "file": "/var/www/html/remote.php",
                "line": 146,
                "args": [
                    "/var/www/html/apps/dav/appinfo/v2/remote.php"
                ],
                "function": "require_once"
            }
        ],
        "File": "/var/www/html/apps/dav/lib/Connector/Sabre/File.php",
        "Line": 259,
        "message": "Expected filesize of 57132180 bytes but read (from Nextcloud client) and wrote (to Nextcloud storage) 37126144 bytes. Could either be a network problem on the sending side or a problem writing to the storage on the server side.",
        "exception": {},
        "CustomMessage": "Expected filesize of 57132180 bytes but read (from Nextcloud client) and wrote (to Nextcloud storage) 37126144 bytes. Could either be a network problem on the sending side or a problem writing to the storage on the server side."
    }
}

I use the Docker AIO, but I have disabled the internal caddy and run my own caddy on OPNSense. the log entry from caddy is:

{
	"ts": "2024-12-31T15:34:17Z",
	"logger": "http.handlers.reverse_proxy",
	"msg": "aborting with incomplete response",
	"upstream": "nextcloud01.nox.4tw.dk:11000",
	"duration": 0.147507576,
	"request": {
		"remote_ip": "10.10.83.112",
		"remote_port": "53348",
		"client_ip": "10.10.83.112",
		"proto": "HTTP/2.0",
		"method": "PUT",
		"host": "cloud.4tw.dk",
		"uri": "/remote.php/dav/files/nOrphf/Photos/-CameraUpload/2024/12/4CE242FD-08F8-44C8-94A7-0F139B4D4144.mp4",
		"headers": {
			"Content-Type": [
				"application/octet-stream"
			],
			"Content-Length": [
				"57132180"
			],
			"Upload-Complete": [
				"?1"
			],
			"Accept": [
				"*/*"
			],
			"X-Oc-Mtime": [
				"1734860907.8860621"
			],
			"Upload-Draft-Interop-Version": [
				"6"
			],
			"Accept-Language": [
				"en-GB,en;q=0.9"
			],
			"X-Forwarded-For": [
				"10.10.83.112"
			],
			"X-Forwarded-Host": [
				"cloud.4tw.dk"
			],
			"User-Agent": [
				"Mozilla/5.0 (iOS) Nextcloud-iOS/6.2.1"
			],
			"X-Oc-Ctime": [
				"1734860141.0"
			],
			"Authorization": [
				"REDACTED"
			],
			"Accept-Encoding": [
				"gzip, deflate, br"
			],
			"X-Forwarded-Proto": [
				"https"
			]
		},
		"tls": {
			"resumed": false,
			"version": 772,
			"cipher_suite": 4865,
			"proto": "h2",
			"server_name": "cloud.4tw.dk"
		}
	},
	"error": "reading: context canceled"
}

If more information is needed please request and I will provide as soon as possible.

Nextcloud AIO v10.1.1

The video itself is playing fine on your device?

Thank you for fast response!

I have no clue which video it is, I can’t figure out how to locate the video i Photos with only that name?

Regards

Not sure if it is related, but I just switched to the NextCloud app and saw the folowing error:

You can search for the name inside your apple photos app, or?

Close the app (stop it) … wait 30 seconds and open it again and the transfers view.

I haven’t figured out how, if it is possible, to search for filname. But will do some snooping, can’t have that many videos from tis month :sweat_smile:

After reopen just inactively sits like this

Should I try a force start again?

Hi, can you post the output of sudo docker inspect nextcloud-aio-mastercontainer here?

[
    {
        "Id": "f1bafc58e1a139ff5c0fa6594ea7ce9d71ce35831d809907febc907e5f323dfa",
        "Created": "2024-12-22T12:00:57.068882578Z",
        "Path": "/start.sh",
        "Args": [],
        "State": {
            "Status": "running",
            "Running": true,
            "Paused": false,
            "Restarting": false,
            "OOMKilled": false,
            "Dead": false,
            "Pid": 1667058,
            "ExitCode": 0,
            "Error": "",
            "StartedAt": "2024-12-27T10:56:44.862462435Z",
            "FinishedAt": "2024-12-27T10:56:37.624897367Z",
            "Health": {
                "Status": "healthy",
                "FailingStreak": 0,
                "Log": [
                    {
                        "Start": "2024-12-31T18:16:32.705533229+01:00",
                        "End": "2024-12-31T18:16:32.746064889+01:00",
                        "ExitCode": 0,
                        "Output": "Connection to 127.0.0.1 80 port [tcp/http] succeeded!\nConnection to 127.0.0.1 8000 port [tcp/*] succeeded!\nConnection to 127.0.0.1 8080 port [tcp/http-alt] succeeded!\nConnection to 127.0.0.1 8443 port [tcp/*] succeeded!\nConnection to 127.0.0.1 9000 port [tcp/*] succeeded!\nConnection to 127.0.0.1 9876 port [tcp/*] succeeded!\n"
                    },
                    {
                        "Start": "2024-12-31T18:17:02.747340005+01:00",
                        "End": "2024-12-31T18:17:02.800704484+01:00",
                        "ExitCode": 0,
                        "Output": "Connection to 127.0.0.1 80 port [tcp/http] succeeded!\nConnection to 127.0.0.1 8000 port [tcp/*] succeeded!\nConnection to 127.0.0.1 8080 port [tcp/http-alt] succeeded!\nConnection to 127.0.0.1 8443 port [tcp/*] succeeded!\nConnection to 127.0.0.1 9000 port [tcp/*] succeeded!\nConnection to 127.0.0.1 9876 port [tcp/*] succeeded!\n"
                    },
                    {
                        "Start": "2024-12-31T18:17:32.801268737+01:00",
                        "End": "2024-12-31T18:17:32.843970445+01:00",
                        "ExitCode": 0,
                        "Output": "Connection to 127.0.0.1 80 port [tcp/http] succeeded!\nConnection to 127.0.0.1 8000 port [tcp/*] succeeded!\nConnection to 127.0.0.1 8080 port [tcp/http-alt] succeeded!\nConnection to 127.0.0.1 8443 port [tcp/*] succeeded!\nConnection to 127.0.0.1 9000 port [tcp/*] succeeded!\nConnection to 127.0.0.1 9876 port [tcp/*] succeeded!\n"
                    },
                    {
                        "Start": "2024-12-31T18:18:02.845018927+01:00",
                        "End": "2024-12-31T18:18:02.889602849+01:00",
                        "ExitCode": 0,
                        "Output": "Connection to 127.0.0.1 80 port [tcp/http] succeeded!\nConnection to 127.0.0.1 8000 port [tcp/*] succeeded!\nConnection to 127.0.0.1 8080 port [tcp/http-alt] succeeded!\nConnection to 127.0.0.1 8443 port [tcp/*] succeeded!\nConnection to 127.0.0.1 9000 port [tcp/*] succeeded!\nConnection to 127.0.0.1 9876 port [tcp/*] succeeded!\n"
                    },
                    {
                        "Start": "2024-12-31T18:18:32.89029607+01:00",
                        "End": "2024-12-31T18:18:32.930415815+01:00",
                        "ExitCode": 0,
                        "Output": "Connection to 127.0.0.1 80 port [tcp/http] succeeded!\nConnection to 127.0.0.1 8000 port [tcp/*] succeeded!\nConnection to 127.0.0.1 8080 port [tcp/http-alt] succeeded!\nConnection to 127.0.0.1 8443 port [tcp/*] succeeded!\nConnection to 127.0.0.1 9000 port [tcp/*] succeeded!\nConnection to 127.0.0.1 9876 port [tcp/*] succeeded!\n"
                    }
                ]
            }
        },
        "Image": "sha256:921fb075ff63ac5fb7d77a3131983a6b436b0bf30e5c6180360f26900af0e2f9",
        "ResolvConfPath": "/var/lib/docker/containers/f1bafc58e1a139ff5c0fa6594ea7ce9d71ce35831d809907febc907e5f323dfa/resolv.conf",
        "HostnamePath": "/var/lib/docker/containers/f1bafc58e1a139ff5c0fa6594ea7ce9d71ce35831d809907febc907e5f323dfa/hostname",
        "HostsPath": "/var/lib/docker/containers/f1bafc58e1a139ff5c0fa6594ea7ce9d71ce35831d809907febc907e5f323dfa/hosts",
        "LogPath": "/var/lib/docker/containers/f1bafc58e1a139ff5c0fa6594ea7ce9d71ce35831d809907febc907e5f323dfa/f1bafc58e1a139ff5c0fa6594ea7ce9d71ce35831d809907febc907e5f323dfa-json.log",
        "Name": "/nextcloud-aio-mastercontainer",
        "RestartCount": 0,
        "Driver": "overlay2",
        "Platform": "linux",
        "MountLabel": "",
        "ProcessLabel": "",
        "AppArmorProfile": "docker-default",
        "ExecIDs": null,
        "HostConfig": {
            "Binds": [
                "/var/run/docker.sock:/var/run/docker.sock:ro"
            ],
            "ContainerIDFile": "",
            "LogConfig": {
                "Type": "json-file",
                "Config": {}
            },
            "NetworkMode": "nextcloud_default",
            "PortBindings": {
                "8080/tcp": [
                    {
                        "HostIp": "",
                        "HostPort": "8080"
                    }
                ]
            },
            "RestartPolicy": {
                "Name": "always",
                "MaximumRetryCount": 0
            },
            "AutoRemove": false,
            "VolumeDriver": "",
            "VolumesFrom": null,
            "ConsoleSize": [
                0,
                0
            ],
            "CapAdd": null,
            "CapDrop": null,
            "CgroupnsMode": "private",
            "Dns": [],
            "DnsOptions": [],
            "DnsSearch": [],
            "ExtraHosts": [],
            "GroupAdd": null,
            "IpcMode": "private",
            "Cgroup": "",
            "Links": null,
            "OomScoreAdj": 0,
            "PidMode": "",
            "Privileged": false,
            "PublishAllPorts": false,
            "ReadonlyRootfs": false,
            "SecurityOpt": null,
            "UTSMode": "",
            "UsernsMode": "",
            "ShmSize": 67108864,
            "Runtime": "runc",
            "Isolation": "",
            "CpuShares": 0,
            "Memory": 0,
            "NanoCpus": 0,
            "CgroupParent": "",
            "BlkioWeight": 0,
            "BlkioWeightDevice": null,
            "BlkioDeviceReadBps": null,
            "BlkioDeviceWriteBps": null,
            "BlkioDeviceReadIOps": null,
            "BlkioDeviceWriteIOps": null,
            "CpuPeriod": 0,
            "CpuQuota": 0,
            "CpuRealtimePeriod": 0,
            "CpuRealtimeRuntime": 0,
            "CpusetCpus": "",
            "CpusetMems": "",
            "Devices": null,
            "DeviceCgroupRules": null,
            "DeviceRequests": null,
            "MemoryReservation": 0,
            "MemorySwap": 0,
            "MemorySwappiness": null,
            "OomKillDisable": null,
            "PidsLimit": null,
            "Ulimits": null,
            "CpuCount": 0,
            "CpuPercent": 0,
            "IOMaximumIOps": 0,
            "IOMaximumBandwidth": 0,
            "Mounts": [
                {
                    "Type": "volume",
                    "Source": "nextcloud_aio_mastercontainer",
                    "Target": "/mnt/docker-aio-config",
                    "VolumeOptions": {}
                }
            ],
            "MaskedPaths": [
                "/proc/asound",
                "/proc/acpi",
                "/proc/kcore",
                "/proc/keys",
                "/proc/latency_stats",
                "/proc/timer_list",
                "/proc/timer_stats",
                "/proc/sched_debug",
                "/proc/scsi",
                "/sys/firmware",
                "/sys/devices/virtual/powercap"
            ],
            "ReadonlyPaths": [
                "/proc/bus",
                "/proc/fs",
                "/proc/irq",
                "/proc/sys",
                "/proc/sysrq-trigger"
            ],
            "Init": true
        },
        "GraphDriver": {
            "Data": {
                "LowerDir": "/var/lib/docker/overlay2/ce4c08c77afaf2b54ba19e5b36392ba500d5413a8b8defad19a2c0a6fd29675d-init/diff:/var/lib/docker/overlay2/c09f52bd60348dce38c033e44bf986e35d3bd3d5a65eafc66e259955be91d8f6/diff:/var/lib/docker/overlay2/996a2042acbb4c58f6ae8b13ab591f22bcf35af0474ad0ae6c56baab57fd7c57/diff:/var/lib/docker/overlay2/5e16457ef04a0b25ba1f6ac2969ecd266a32b2ca548115fa0d6a1d1946477076/diff:/var/lib/docker/overlay2/73976b831988ee328e8b17854f8ed216d9669114a18a42ab9dff925527e0ad3b/diff:/var/lib/docker/overlay2/9dae0db415598c5c54ec021dcc05c875bea4334167923ca3305051aa54dcbafe/diff:/var/lib/docker/overlay2/bd9171b54d4855ecc0d50a34dd3e7e9e0038788721247e7570161261c3d4c18d/diff:/var/lib/docker/overlay2/24e6720ea7a63d3621128f9a8a294978e9c69e68ddeb6b1fd0326c3f232a73b3/diff:/var/lib/docker/overlay2/2a67c47bf7019fa7792036f1fcaa1e222abe5bd4a1dda3473b2c59514538e34c/diff:/var/lib/docker/overlay2/8a67bd4f4279367e38ce00b683d64b726397169e37e2e3877136950b8617d71c/diff:/var/lib/docker/overlay2/ed0eeacac506e2a385030c34d8ead4d3a75698c8713d007a64af09d59db25e75/diff:/var/lib/docker/overlay2/518f90c88623ff40b65429ad34fcd892495123a088bd26f028b72846a11863de/diff:/var/lib/docker/overlay2/2b882df0d9b860bed0e4005c6770d578c8c178a77151502b57b64063aea61e66/diff:/var/lib/docker/overlay2/0f08b1b25b5f3d4074cc7b9822b2c70f4e2fc691a46305253040c935c7962f55/diff:/var/lib/docker/overlay2/c5da40647ecb2c082b3d183fe59d7cfb2a07dd9abfa2b0d62210774a8495c2aa/diff:/var/lib/docker/overlay2/0a1613faba3d30e265f46cffee061cd55433c1c01ad9b40d5d9975938206636f/diff:/var/lib/docker/overlay2/f4092df46240058a7354c1600584b815c5e5701ccc3973bcbcbebf869a20dec4/diff:/var/lib/docker/overlay2/b54d6b60844553f22b723ff1b65aac965cd2d268f57e5e59fca89be4983136b2/diff:/var/lib/docker/overlay2/cc249aa5d98ab764a035a3e4b5ea65e4f5754ef15f9ae3d51e0232df3e34b52b/diff:/var/lib/docker/overlay2/546f56fe14c702647f578d5fad34b3b3c836715f741a7faee0ec7c8b11b67bd3/diff",
                "MergedDir": "/var/lib/docker/overlay2/ce4c08c77afaf2b54ba19e5b36392ba500d5413a8b8defad19a2c0a6fd29675d/merged",
                "UpperDir": "/var/lib/docker/overlay2/ce4c08c77afaf2b54ba19e5b36392ba500d5413a8b8defad19a2c0a6fd29675d/diff",
                "WorkDir": "/var/lib/docker/overlay2/ce4c08c77afaf2b54ba19e5b36392ba500d5413a8b8defad19a2c0a6fd29675d/work"
            },
            "Name": "overlay2"
        },
        "Mounts": [
            {
                "Type": "volume",
                "Name": "nextcloud_aio_mastercontainer",
                "Source": "/var/lib/docker/volumes/nextcloud_aio_mastercontainer/_data",
                "Destination": "/mnt/docker-aio-config",
                "Driver": "local",
                "Mode": "z",
                "RW": true,
                "Propagation": ""
            },
            {
                "Type": "bind",
                "Source": "/var/run/docker.sock",
                "Destination": "/var/run/docker.sock",
                "Mode": "ro",
                "RW": false,
                "Propagation": "rprivate"
            }
        ],
        "Config": {
            "Hostname": "80d9f4579b77",
            "Domainname": "",
            "User": "root",
            "AttachStdin": false,
            "AttachStdout": true,
            "AttachStderr": true,
            "ExposedPorts": {
                "80/tcp": {},
                "8080/tcp": {},
                "8443/tcp": {},
                "9000/tcp": {}
            },
            "Tty": false,
            "OpenStdin": false,
            "StdinOnce": false,
            "Env": [
                "APACHE_PORT=11000",
                "APACHE_IP_BINDING=0.0.0.0",
                "NEXTCLOUD_DATADIR=nextcloud_aio_nextcloud_datadir",
                "SKIP_DOMAIN_VALIDATION=true",
                "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "PHPIZE_DEPS=autoconf \t\tdpkg-dev dpkg \t\tfile \t\tg++ \t\tgcc \t\tlibc-dev \t\tmake \t\tpkgconf \t\tre2c",
                "PHP_INI_DIR=/usr/local/etc/php",
                "PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64",
                "PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64",
                "PHP_LDFLAGS=-Wl,-O1 -pie",
                "GPG_KEYS=1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA",
                "PHP_VERSION=8.3.14",
                "PHP_URL=https://www.php.net/distributions/php-8.3.14.tar.xz",
                "PHP_ASC_URL=https://www.php.net/distributions/php-8.3.14.tar.xz.asc",
                "PHP_SHA256=58b4cb9019bf70c0cbcdb814c7df79b9065059d14cf7dbf48d971f8e56ae9be7"
            ],
            "Cmd": null,
            "Healthcheck": {
                "Test": [
                    "CMD-SHELL",
                    "/healthcheck.sh"
                ]
            },
            "Image": "nextcloud/all-in-one:latest",
            "Volumes": null,
            "WorkingDir": "/var/www/docker-aio",
            "Entrypoint": [
                "/start.sh"
            ],
            "OnBuild": null,
            "Labels": {
                "com.docker.compose.config-hash": "c3d1d6fe581e75e867eece9767e17173a1001cf580c1c1058c38b3cd490bfd31",
                "com.docker.compose.container-number": "1",
                "com.docker.compose.depends_on": "",
                "com.docker.compose.image": "sha256:e9ce9a27aefa1e3b86176b55d4e694c65076300615573c220d93f3168faa5334",
                "com.docker.compose.oneoff": "False",
                "com.docker.compose.project": "nextcloud",
                "com.docker.compose.project.config_files": "/dockerconf/nextcloud/compose.yaml",
                "com.docker.compose.project.working_dir": "/dockerconf/nextcloud",
                "com.docker.compose.service": "all-in-one",
                "com.docker.compose.version": "2.29.7"
            },
            "StopSignal": "SIGQUIT"
        },
        "NetworkSettings": {
            "Bridge": "",
            "SandboxID": "a91728c9f3bd88c6bd9434fdac0f66b6e52f49a2bda3b4d5128635effdfbc627",
            "SandboxKey": "/var/run/docker/netns/a91728c9f3bd",
            "Ports": {
                "80/tcp": null,
                "8080/tcp": [
                    {
                        "HostIp": "0.0.0.0",
                        "HostPort": "8080"
                    },
                    {
                        "HostIp": "::",
                        "HostPort": "8080"
                    }
                ],
                "8443/tcp": null,
                "9000/tcp": null
            },
            "HairpinMode": false,
            "LinkLocalIPv6Address": "",
            "LinkLocalIPv6PrefixLen": 0,
            "SecondaryIPAddresses": null,
            "SecondaryIPv6Addresses": null,
            "EndpointID": "",
            "Gateway": "",
            "GlobalIPv6Address": "",
            "GlobalIPv6PrefixLen": 0,
            "IPAddress": "",
            "IPPrefixLen": 0,
            "IPv6Gateway": "",
            "MacAddress": "",
            "Networks": {
                "nextcloud-aio": {
                    "IPAMConfig": null,
                    "Links": null,
                    "Aliases": [],
                    "MacAddress": "02:42:ac:13:00:0c",
                    "DriverOpts": null,
                    "NetworkID": "40c039ef32157b9f23390a88c5fc2a9edcca956d2b908c46032db9d03e9b0ede",
                    "EndpointID": "cd87bf1f89b9b7515fc0079006ebe86497f2dfd2cb5c24030c27a1cdef0628cc",
                    "Gateway": "172.19.0.1",
                    "IPAddress": "172.19.0.12",
                    "IPPrefixLen": 16,
                    "IPv6Gateway": "",
                    "GlobalIPv6Address": "",
                    "GlobalIPv6PrefixLen": 0,
                    "DNSNames": [
                        "nextcloud-aio-mastercontainer",
                        "f1bafc58e1a1",
                        "80d9f4579b77"
                    ]
                },
                "nextcloud_default": {
                    "IPAMConfig": null,
                    "Links": null,
                    "Aliases": [
                        "nextcloud-aio-mastercontainer",
                        "all-in-one"
                    ],
                    "MacAddress": "02:42:ac:12:00:02",
                    "DriverOpts": null,
                    "NetworkID": "079e09ac6e57fb0eb3d2f05f35bdc004841817956866c36593a7f887f2b33dec",
                    "EndpointID": "916dada8b5e4feaf95393b31cf43236aaa04fbd41b372e516a921615e9f15efb",
                    "Gateway": "172.18.0.1",
                    "IPAddress": "172.18.0.2",
                    "IPPrefixLen": 16,
                    "IPv6Gateway": "",
                    "GlobalIPv6Address": "",
                    "GlobalIPv6PrefixLen": 0,
                    "DNSNames": [
                        "nextcloud-aio-mastercontainer",
                        "all-in-one",
                        "f1bafc58e1a1",
                        "80d9f4579b77"
                    ]
                }
            }
        }
    }
]

Found the video and it plays without error in Photos.
The recording is “shaking” more than I think I would have done :sweat_smile:
So don’t know if it is kinda broken :sweat_smile:

1 Like

Thanks for the output and waht about sudo docker volume inspect nextcloud_aio_nextcloud_datadir ?

[
    {
        "CreatedAt": "2024-12-22T12:59:53+01:00",
        "Driver": "local",
        "Labels": {
            "com.docker.compose.project": "nextcloud",
            "com.docker.compose.version": "2.29.7",
            "com.docker.compose.volume": "nextcloud_aio_nextcloud_datadir"
        },
        "Mountpoint": "/var/lib/docker/volumes/nextcloud_aio_nextcloud_datadir/_data",
        "Name": "nextcloud_aio_nextcloud_datadir",
        "Options": {
            "device": ":/volume2/dockerstore/nextcloud01/nextcloud_aio_nextcloud_datadir",
            "o": "addr=10.10.81.253,nolock,soft,rw",
            "type": "nfs4"
        },
        "Scope": "local"
    }
]