I have the same behavior while trying to backup my OpenMediaVault-NAS via Webdav to a remote Synology.
This has been working fine for 2 years until November, 30.
When I test the connection, I get an error:
Logs of the Docker Container:
Linuxserver.io version: v2.1.0.2_beta_2024-11-29-ls229
Build-date: 2024-12-21T03:56:47+00:00
───────────────────────────────────────
[custom-init] No custom files found, skipping...
Inside getter
Connection to localhost (::1) 8200 port [tcp/*] succeeded!
[ls.io-init] done.
Server has started and is listening on port 8200
fail: Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware[1]
An unhandled exception has occurred while executing the request.
Duplicati.WebserverCore.Exceptions.ServerErrorException: The operation was canceled.
at Duplicati.WebserverCore.Endpoints.V1.RemoteOperation.ExecuteTest(String url, Boolean autoCreate, CancellationToken cancelToken)
at Microsoft.AspNetCore.Http.RequestDelegateFactory.<ExecuteTaskWithEmptyResult>g__ExecuteAwaited|137_0(Task task)
at Duplicati.WebserverCore.Middlewares.HostnameFilter.InvokeAsync(EndpointFilterInvocationContext context, EndpointFilterDelegate next)
at Duplicati.WebserverCore.Middlewares.LanguageFilter.InvokeAsync(EndpointFilterInvocationContext context, EndpointFilterDelegate next)
at Microsoft.AspNetCore.Http.RequestDelegateFactory.<ExecuteValueTaskOfObject>g__ExecuteAwaited|129_0(ValueTask`1 valueTask, HttpContext httpContext, JsonTypeInfo`1 jsonTypeInfo)
at Microsoft.AspNetCore.Http.RequestDelegateFactory.<>c__DisplayClass102_2.<<HandleRequestBodyAndCompileRequestDelegateForJson>b__2>d.MoveNext()
--- End of stack trace from previous location ---
at Duplicati.WebserverCore.Middlewares.WebsocketExtensions.<>c__DisplayClass0_0.<<UseNotifications>b__0>d.MoveNext()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddlewareImpl.<Invoke>g__Awaited|10_0(ExceptionHandlerMiddlewareImpl middleware, HttpContext context, Task task)
However, changing the path from ‘OMV_Backup/duplicati/’ to ‘OMV_Backup/’ the connection test works.
I guess it has something to do with the size of the folder. It contains 2,37 TB with 99.610 files.