Sorry to hear you’re facing problems. 
The community help forum (help.nextcloud.com) is for home and non-enterprise users. Support is provided by other community members on a best effort / “as available” basis. All of those responding are volunteering their time to help you.
If you’re using Nextcloud in a business/critical setting, paid and SLA-based support services can be accessed via portal.nextcloud.com where Nextcloud engineers can help ensure your business keeps running smoothly.
Getting help
In order to help you as efficiently (and quickly!) as possible, please fill in as much of the below requested information as you can.
Before clicking submit: Please check if your query is already addressed via the following resources:
- Official documentation (searchable and regularly updated)
- How to topics and FAQs
- Forum search
(Utilizing these existing resources is typically faster. It also helps reduce the load on our generous volunteers while elevating the signal to noise ratio of the forums otherwise arising from the same queries being posted repeatedly).
The Basics
- Nextcloud Server version (e.g., 29.x.x):
- Nextcloud Hub 26 Winter (33.0.2)
- Operating system and version (e.g., Ubuntu 24.04):
- Debian GNU/Linux 13 (8.2.7-1) (trixie) ; Open Media Vault 8.2.7-1 (Synchrony)
- Web server and version (e.g, Apache 2.4.25):
- nginx version: nginx/1.28.3
- Reverse proxy and version _(e.g. nginx 1.27.2)
- jc21/nginx-proxy-manager:latest
- PHP version (e.g, 8.3):
- PHP 8.4.16
- Is this the first time you’ve seen this error? (Yes / No):
- Yes
- When did this problem seem to first start?
- After trying to install Nextcloud Assistant App
- Installation method (e.g. AlO, NCP, Bare Metal/Archive, etc.)
- Docker Compose
- Are you using CloudfIare, mod_security, or similar? (Yes / No)
- No
My setup:
-
I’m using a PC with installed Open Media Vault system. I have nextcloud installed as a docker (image: http://lscr.io/linuxserver/nextcloud:latest)
-
Nextcloud container is in 2 networks
-
- Is my IPVLAN L2 (for direct network access)
- Is nextcloud_internal (bridge mode for container-to-container communication)
-
-
I acces nextcloud via domain name (using Nginx Proxy Manager with SSL certificates via Let’s Encrypt DuckDNS)
-
appAPI Deamon
- Using Docker Socket Proxy (with container installed on my OMV machine, image is: tecnativa/docker-socket-proxy.
- In URL Nextcloud is: http://192.168.1.209 (IP is from my IPVLAN L2 network)
- Docker Network is: nextcloud_nextcloud_internal (docker network working in bridgemode, so containers in my Nextcloud stack can talk to eachother)
- Connection: AppAPI daemon test gives a positive connection.
The Issue
I am experiencing issues with the Context Chat Backend following an installation attempt of the Nextcloud Assistant App. The installation did not complete successfully, but the system still holds a registration for the backend, which causes errors in background processes.
I followed this installation order:
-
AppAPI → set up a daemon (Docker Socket Proxy).
-
Context Chat Backend (I previously pulled the image Package context_chat_backend · GitHub ).
-
Context Chat.
-
Assistant.
At step 3, everything was working correctly. However, upon installing the Nextcloud Assistant app, the Context Chat Backend status immediately changed from “Active” to “Deploying 0%” and has remained stuck in this state.
Log entries
tecnativa/docker-socket-proxy
[NOTICE] (1) : Initializing new worker (12)
[NOTICE] (12) : haproxy version is 3.2.4-98813a1
[WARNING] (12) : missing timeouts for backend 'docker-events'.
| While not properly invalid, you will certainly encounter various problems
| with such a configuration. To fix this, please ensure that all following
| timeouts are set to a non-zero value: 'client', 'connect', 'server'.
[NOTICE] (12) : config: Empty global server state file '/var/lib/haproxy/server-state'.
[NOTICE] (1) : Loading success.
::ffff:172.19.0.2:34444 [20/Apr/2026:17:33:36.064] dockerfrontend dockerbackend/dockersocket 0/0/0/0/0 200 289 - - ---- 1/1/0/0/0 0/0 "GET /v1.44/_ping HTTP/1.1"
::ffff:172.19.0.2:51870 [20/Apr/2026:17:35:48.303] dockerfrontend dockerbackend/dockersocket 0/0/0/0/0 404 256 - - ---- 1/1/0/0/0 0/0 "DELETE /v1.44/containers/nc_app_context_chat_backend?force=true HTTP/1.1"
::ffff:172.19.0.2:51912 [20/Apr/2026:17:36:13.022] dockerfrontend dockerbackend/dockersocket 0/0/0/0/0 404 256 - - ---- 1/1/0/0/0 0/0 "DELETE /v1.44/containers/nc_app_context_chat_backend?force=true HTTP/1.1"
::ffff:172.19.0.2:36556 [20/Apr/2026:17:36:51.092] dockerfrontend dockerbackend/dockersocket 0/0/0/0/0 200 289 - - ---- 1/1/0/0/0 0/0 "GET /v1.44/_ping HTTP/1.1"
::ffff:172.19.0.2:53792 [20/Apr/2026:17:36:59.577] dockerfrontend dockerbackend/dockersocket 0/0/0/0/0 200 289 - - ---- 1/1/0/0/0 0/0 "GET /v1.44/_ping HTTP/1.1"
::ffff:172.19.0.2:34706 [20/Apr/2026:17:42:01.512] dockerfrontend dockerbackend/dockersocket 0/0/0/912/912 404 226 - - ---- 1/1/0/0/0 0/0 "POST /v1.44/images/create?fromImage=ghcr.io%2Fnextcloud%2Fcontext_chat_backend%3A5.3.0-cpu HTTP/1.1"
::ffff:172.19.0.2:34720 [20/Apr/2026:17:42:02.426] dockerfrontend dockerbackend/dockersocket 0/0/0/700/705 200 453 - - ---- 1/1/0/0/0 0/0 "POST /v1.44/images/create?fromImage=ghcr.io%2Fnextcloud%2Fcontext_chat_backend%3A5.3.0 HTTP/1.1"
::ffff:172.19.0.2:34724 [20/Apr/2026:17:42:03.134] dockerfrontend dockerbackend/dockersocket 0/0/0/0/0 404 256 - - ---- 1/1/0/0/0 0/0 "GET /v1.44/containers/nc_app_context_chat_backend/json HTTP/1.1"
::ffff:172.19.0.2:34724 [20/Apr/2026:17:42:03.137] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 201 418 - - ---- 1/1/0/0/0 0/0 "POST /v1.44/volumes/create HTTP/1.1"
::ffff:172.19.0.2:34724 [20/Apr/2026:17:42:03.139] dockerfrontend dockerbackend/dockersocket 0/0/0/0/0 200 287 - - ---- 1/1/0/0/0 0/0 "HEAD /_ping HTTP/1.1"
::ffff:172.19.0.2:34724 [20/Apr/2026:17:42:03.140] dockerfrontend dockerbackend/dockersocket 0/0/0/5/5 200 1084 - - ---- 1/1/0/0/0 0/0 "GET /version HTTP/1.1"
::ffff:172.19.0.2:34724 [20/Apr/2026:17:42:03.145] dockerfrontend dockerbackend/dockersocket 0/0/0/28/28 201 281 - - ---- 1/1/0/0/0 0/0 "POST /v1.44/containers/create?name=nc_app_context_chat_backend HTTP/1.1"
::ffff:172.19.0.2:34724 [20/Apr/2026:17:42:03.176] dockerfrontend dockerbackend/dockersocket 0/0/0/144/144 204 152 - - ---- 1/1/0/0/0 0/0 "POST /v1.44/containers/nc_app_context_chat_backend/start HTTP/1.1"
::ffff:172.19.0.2:34724 [20/Apr/2026:17:42:03.320] dockerfrontend dockerbackend/dockersocket 0/0/0/0/0 201 267 - - ---- 1/1/0/0/0 0/0 "POST /v1.44/containers/nc_app_context_chat_backend/exec HTTP/1.1"
::ffff:172.19.0.2:34724 [20/Apr/2026:17:42:03.321] dockerfrontend dockerbackend/dockersocket 0/0/0/0/49 200 550 - - ---- 1/1/0/0/0 0/0 "POST /v1.44/exec/3bc91686e70fb58244d27d3bfc5cb78eb0bc4b83104e22acd458d83acd85927e/start HTTP/1.1"
::ffff:172.19.0.2:34726 [20/Apr/2026:17:42:03.371] dockerfrontend dockerbackend/dockersocket 0/0/0/0/0 201 267 - - ---- 1/1/0/0/0 0/0 "POST /v1.44/containers/nc_app_context_chat_backend/exec HTTP/1.1"
::ffff:172.19.0.2:34726 [20/Apr/2026:17:42:03.372] dockerfrontend dockerbackend/dockersocket 0/0/0/1/42 200 156 - - ---- 1/1/0/0/0 0/0 "POST /v1.44/exec/0b8f382c2639fe71bb90b5f56ee5250e1a44e8063853799e840d4a06f063a0fa/start HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.417] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.420] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.423] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.425] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.428] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.430] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.432] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.435] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.437] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.440] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.443] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.446] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.448] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.451] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.454] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.456] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.459] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.462] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.465] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.467] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.470] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.473] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.476] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.479] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.481] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.484] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.487] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.489] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.491] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.494] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.497] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.500] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.503] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.506] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.508] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.511] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.513] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.516] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.518] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.521] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.524] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.526] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.529] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.532] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.534] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.537] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.538] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.542] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.545] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.547] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.549] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.553] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.555] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.558] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.561] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.563] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.566] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.568] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.570] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.572] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.575] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.577] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.581] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.583] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.586] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.588] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.591] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.592] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.595] dockerfrontend dockerbackend/dockersocket 0/0/0/3/3 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.599] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.601] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.603] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.606] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.608] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.611] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.613] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.616] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.618] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.620] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.623] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.625] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.628] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.631] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.633] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.636] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.639] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.642] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.643] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.647] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.649] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.652] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.655] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.656] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.658] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.661] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.663] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.666] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.668] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.670] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.674] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.675] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.679] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.680] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.683] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.685] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.687] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.691] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.692] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.695] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.698] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.700] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.702] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.705] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.707] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.710] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.712] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.715] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.717] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.719] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.722] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.724] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.727] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.729] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.731] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.735] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.736] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.739] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.741] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.744] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.746] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.749] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.751] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.753] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.756] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.758] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.761] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.763] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.766] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.768] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.771] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.773] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.775] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.778] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.780] dockerfrontend dockerbackend/dockersocket 0/0/0/2/2 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.784] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 159 - - ---- 1/1/0/0/0 0/0 "PUT /v1.44/containers/nc_app_context_chat_backend/archive?path=%2F HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.785] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 201 267 - - ---- 1/1/0/0/0 0/0 "POST /v1.44/containers/nc_app_context_chat_backend/exec HTTP/1.1"
::ffff:172.19.0.2:34738 [20/Apr/2026:17:42:03.787] dockerfrontend dockerbackend/dockersocket 0/0/0/0/1313 200 9782 - - ---- 1/1/0/0/0 0/0 "POST /v1.44/exec/e3f9502447e5f668c2a5ffd76b421eebed0c983563b4c4eb9dc42e48ad13ddc1/start HTTP/1.1"
::ffff:172.19.0.2:34740 [20/Apr/2026:17:42:05.101] dockerfrontend dockerbackend/dockersocket 0/0/0/346/346 204 152 - - ---- 1/1/0/0/0 0/0 "POST /v1.44/containers/nc_app_context_chat_backend/stop HTTP/1.1"
::ffff:172.19.0.2:34740 [20/Apr/2026:17:42:05.449] dockerfrontend dockerbackend/dockersocket 0/0/0/127/127 204 152 - - ---- 1/1/0/0/0 0/0 "POST /v1.44/containers/nc_app_context_chat_backend/start HTTP/1.1"
::ffff:172.19.0.2:34740 [20/Apr/2026:17:42:05.585] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 10489 - - ---- 1/1/0/0/0 0/0 "GET /v1.44/containers/nc_app_context_chat_backend/json HTTP/1.1"
::ffff:172.19.0.2:34740 [20/Apr/2026:17:42:05.588] dockerfrontend dockerbackend/dockersocket 0/0/0/0/0 200 10489 - - ---- 1/1/0/0/0 0/0 "GET /v1.44/containers/nc_app_context_chat_backend/json HTTP/1.1"
::ffff:172.19.0.2:48244 [20/Apr/2026:17:42:17.254] dockerfrontend dockerbackend/dockersocket 0/0/0/0/0 304 154 - - ---- 1/1/0/0/0 0/0 "POST /v1.44/containers/nc_app_context_chat_backend/start HTTP/1.1"
::ffff:172.19.0.2:48244 [20/Apr/2026:17:42:17.254] dockerfrontend dockerbackend/dockersocket 0/0/0/1/1 200 10489 - - ---- 1/1/0/0/0 0/0 "GET /v1.44/containers/nc_app_context_chat_backend/json HTTP/1.1"
::ffff:172.19.0.2:60404 [20/Apr/2026:17:48:14.554] dockerfrontend dockerbackend/dockersocket 0/0/0/0/0 200 289 - - ---- 1/1/0/0/0 0/0 "GET /v1.44/_ping HTTP/1.1"
::ffff:172.19.0.2:54432 [20/Apr/2026:17:48:51.481] dockerfrontend dockerbackend/dockersocket 0/0/0/0/0 200 289 - - ---- 1/1/0/0/0 0/0 "GET /v1.44/_ping HTTP/1.1"
::ffff:172.19.0.2:56992 [20/Apr/2026:17:54:18.494] dockerfrontend dockerbackend/dockersocket 0/0/0/0/0 200 289 - - ---- 1/1/0/0/0 0/0 "GET /v1.44/_ping HTTP/1.1"
::ffff:172.19.0.2:51836 [20/Apr/2026:17:59:04.618] dockerfrontend dockerbackend/dockersocket 0/0/0/0/0 200 289 - - ---- 1/1/0/0/0 0/0 "GET /v1.44/_ping HTTP/1.1"
::ffff:172.19.0.2:59522 [20/Apr/2026:18:06:31.501] dockerfrontend dockerbackend/dockersocket 0/0/0/0/0 200 289 - - ---- 1/1/0/0/0 0/0 "GET /v1.44/_ping HTTP/1.1"
20/Apr/2026:17:42:17.254 - About this time Context Chat Backend was deployed and working.
After deploying Nextcloud Assistant (Aproximetly a few minutes later) Backend went into ,Deploying 0%, mode.
Note on logs: The proxy logs show UTC timestamps (17:00), which correspond to 19:00 local time (CEST)
Nextcloud LOG
| Warning | app_api | ConnectExceptioncURL error 7: Failed to connect to localhost port 23000 after 0 ms: Could not connect to server (see libcurl - Error Codes ) for http://localhost:23000/countIndexedDocuments | Error during request to ExApp context_chat_backend: cURL error 7: Failed to connect to localhost port 23000 after 0 ms: Could not connect to server (see libcurl - Error Codes ) for http://localhost:23000/countIndexedDocuments | 20.04.2026, 19:48:16 | |
|---|---|---|---|---|---|
| Error | app_api | Error while unregistering context_chat_backend ExApp from the database. | 20 kwi 2026, 19:36:13 | ||
| undefined | -— | -— | -— | -— | -— |
| Error | app_api | ClientExceptionClient error: `DELETE http://socket-proxy-nextcloud:2375/v1.44/containers/nc_app_context_chat_backend?force=true` resulted in a `404 Not Found` response: {“message”:“No such container: nc_app_context_chat_backend”} | Failed to remove container | 20.04.2026, 19:36:13 | |
| undefined | -— | -— | -— | -— | -— |
| Error | app_api | ClientExceptionClient error: `DELETE http://socket-proxy-nextcloud:2375/v1.44/containers/nc_app_context_chat_backend?force=true` resulted in a `404 Not Found` response: {“message”:“No such container: nc_app_context_chat_backend”} | Failed to remove container | 20.04.2026, 19:35:48 | |
| undefined | -— | -— | -— | -— | -— |
| Warning | no app in context | Skipping updater backup clean-up - could not find updater backup folder /data/updater-oc30dkf7j9p3/backups | 20.04.2026, 19:35:00 | ||
| undefined | -— | -— | -— | -— | -— |
| Warning | cron | QueryNotFoundExceptionCould not resolve OCA\ContextChat\BackgroundJobs\RotateLogsJob! Class “OCA\ContextChat\BackgroundJobs\RotateLogsJob” does not exist | failed to create instance of background job: OCA\ContextChat\BackgroundJobs\RotateLogsJob | 20.04.2026, 19:34:12 | |
| undefined | -— | -— | -— | -— | -— |
| Warning | cron | QueryNotFoundExceptionCould not resolve OCA\ContextChat\BackgroundJobs\ActionJob! Class “OCA\ContextChat\BackgroundJobs\ActionJob” does not exist | failed to create instance of background job: OCA\ContextChat\BackgroundJobs\ActionJob | 20.04.2026, 19:30:00 | |
| undefined | -— | -— | -— | -— | -— |
| Warning | cron | QueryNotFoundExceptionCould not resolve OCA\ContextChat\BackgroundJobs\FileSystemListenerJob! Class “OCA\ContextChat\BackgroundJobs\FileSystemListenerJob” does not exist | failed to create instance of background job: OCA\ContextChat\BackgroundJobs\FileSystemListenerJob | 20.04.2026, 19:30:00 | |
| undefined | -— | -— | -— | -— | -— |
Configuration
Nextcloud
{
"system": {
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"instanceid": "***REMOVED SENSITIVE VALUE***",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"nextcloud.bflabomv.duckdns.org",
"192.168.1.196",
"192.168.1.209"
],
"dbtype": "mysql",
"version": "33.0.2.2",
"overwrite.cli.url": "http:\/\/nextcloud.bflabomv.duckdns.org",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"output_buffering": 0,
"upload_max_chunk_size": 52428800,
"default_phone_region": "PL",
"maintenance_window_start": 1,
"memcache.local": "\\OC\\Memcache\\APCu",
"memcache.distributed": "\\OC\\Memcache\\Redis",
"memcache.locking": "\\OC\\Memcache\\Redis",
"redis": {
"host": "***REMOVED SENSITIVE VALUE***",
"port": 6379
},
"overwriteprotocol": "https",
"trusted_proxies": "***REMOVED SENSITIVE VALUE***",
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_smtpmode": "smtp",
"mail_sendmailmode": "smtp",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"mail_smtpauth": true,
"mail_smtphost": "***REMOVED SENSITIVE VALUE***",
"mail_smtpport": "587",
"mail_smtpname": "***REMOVED SENSITIVE VALUE***",
"mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
"maintenance": false,
"twofactor_enforced": "true",
"twofactor_enforced_groups": [],
"twofactor_enforced_excluded_groups": [
"test"
],
"filelocking.enabled": true,
"upgrade.disable-web": true,
"loglevel": 0,
"app_install_overwrite": [],
"data-fingerprint": "8e157b8d72e8e843ac409f417742a3fc"
}
}
Apps
(Only enabled)
Enabled:
activity: 6.0.0
app_api: 33.0.0
assistant: 3.3.0
bruteforcesettings: 6.0.0
circles: 33.0.0
cloud_federation_api: 1.17.0
comments: 1.23.0
contactsinteraction: 1.14.1
context_chat: 5.3.1
dashboard: 7.13.0
dav: 1.36.0
federatedfilesharing: 1.23.0
federation: 1.23.0
files: 2.5.0
files_downloadlimit: 5.1.0
files_external: 1.25.1
files_pdfviewer: 6.0.0
files_reminders: 1.6.0
files_sharing: 1.25.2
files_trashbin: 1.23.0
files_versions: 1.26.0
firstrunwizard: 6.0.0
logreader: 6.0.0
lookup_server_connector: 1.21.0
nextcloud_announcements: 5.0.0
notes: 4.13.1
notifications: 6.0.0
oauth2: 1.21.0
password_policy: 5.0.0
photos: 6.0.0
previewgenerator: 5.13.0
privacy: 5.0.0
profile: 1.2.0
provisioning_api: 1.23.0
recommendations: 6.0.0
related_resources: 4.0.0
secrets: 3.0.0
serverinfo: 5.0.0
settings: 1.16.0
sharebymail: 1.23.0
support: 5.0.0
survey_client: 5.0.0
suspicious_login: 11.0.0
systemtags: 1.23.0
text: 7.0.0
theming: 2.8.0
twofactor_backupcodes: 1.22.0
twofactor_nextcloud_notification: 7.0.0
twofactor_totp: 15.0.0
updatenotification: 1.23.0
user_status: 1.13.0
viewer: 6.0.0
weather_status: 1.13.0
webhook_listeners: 1.5.0
workflowengine: 2.15.0