Support intro
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).
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. ![]()
The Basics
-
Nextcloud Server version (e.g., 29.x.x):
13.2.1
-
Operating system and version (e.g., Ubuntu 24.04):
Unraid 7.3.1
-
Web server and version (e.g, Apache 2.4.25):
13.2.1
-
Reverse proxy and version _(e.g. nginx 1.27.2)
2.15.1
-
PHP version (e.g, 8.3):
replace me
-
Is this the first time you’ve seen this error? (Yes / No):
yes
-
When did this problem seem to first start?
Couple weeks ago
Installation method (e.g. AlO, NCP, Bare Metal/Archive, etc.)
Unraid community app
-
Are you using CloudfIare, mod_security, or similar? (Yes / No)
- Cloudflare
-
Summary of the issue you are facing:
Nextcloud Apache and Caddy not starting
Steps to replicate it (hint: details matter!):
Log entries
Nextcloud
Please provide the log entries from your Nextcloud log that are generated during the time of problem (via the Copy raw option from Administration settings->Logging screen or from your nextcloud.log located in your data directory). Feel free to use a pastebin/gist service if necessary.
Slim\Middleware\ErrorMiddleware->process(Object(Slim\Psr7\Request), Object(Psr\Http\Server\RequestHandlerInterface@anonymous))
2026-06-22T19:48:33.290988627Z #27 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(73): Psr\Http\Server\RequestHandlerInterface@anonymous->handle(Object(Slim\Psr7\Request))
2026-06-22T19:48:33.290989867Z #28 /var/www/docker-aio/php/vendor/slim/slim/Slim/App.php(209): Slim\MiddlewareDispatcher->handle(Object(Slim\Psr7\Request))
2026-06-22T19:48:33.290991087Z #29 /var/www/docker-aio/php/vendor/slim/slim/Slim/App.php(193): Slim\App->handle(Object(Slim\Psr7\Request))
2026-06-22T19:48:33.290992307Z #30 /var/www/docker-aio/php/public/index.php(284): Slim\App->run()
2026-06-22T19:48:33.290993507Z #31 {main}
2026-06-22T19:48:33.290994627Z Tips: To display error details in HTTP response set "displayErrorDetails" to true in the ErrorHandler constructor.
2026-06-22T19:48:33.788056917Z NOTICE: PHP message: Slim Application Error
2026-06-22T19:48:33.788081917Z Type: GuzzleHttp\Exception\ClientException
2026-06-22T19:48:33.788084617Z Code: 404
2026-06-22T19:48:33.788093377Z Message: Client error: `GET http://127.0.0.1/v1.44/containers/nextcloud-aio-apache/logs?stdout=true&stderr=true×tamps=true&since=` resulted in a `404 Not Found` response:
2026-06-22T19:48:33.788106467Z {"message":"No such container: nextcloud-aio-apache"}
2026-06-22T19:48:33.788116307Z File: /var/www/docker-aio/php/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php
2026-06-22T19:48:33.788117937Z Line: 115
2026-06-22T19:48:33.788119227Z Trace: #0 /var/www/docker-aio/php/vendor/guzzlehttp/guzzle/src/Middleware.php(72): GuzzleHttp\Exception\RequestException::create(Object(GuzzleHttp\Psr7\Request), Object(GuzzleHttp\Psr7\Response), NULL, Array, NULL)
2026-06-22T19:48:33.788121227Z #1 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/Promise.php(209): GuzzleHttp\Middleware::{closure:{closure:{closure:GuzzleHttp\Middleware::httpErrors():60}:61}:67}(Object(GuzzleHttp\Psr7\Response))
2026-06-22T19:48:33.788123077Z #2 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/Promise.php(158): GuzzleHttp\Promise\Promise::callHandler(1, Object(GuzzleHttp\Psr7\Response), NULL)
2026-06-22T19:48:33.788124327Z #3 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/TaskQueue.php(52): GuzzleHttp\Promise\Promise::{closure:GuzzleHttp\Promise\Promise::settle():156}()
2026-06-22T19:48:33.788126137Z #4 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/Promise.php(251): GuzzleHttp\Promise\TaskQueue->run(true)
2026-06-22T19:48:33.788127937Z #5 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/Promise.php(227): GuzzleHttp\Promise\Promise->invokeWaitFn()
2026-06-22T19:48:33.788129407Z #6 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/Promise.php(272): GuzzleHttp\Promise\Promise->waitIfPending()
2026-06-22T19:48:33.788131127Z #7 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/Promise.php(229): GuzzleHttp\Promise\Promise->invokeWaitList()
2026-06-22T19:48:33.788132977Z #8 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/Promise.php(69): GuzzleHttp\Promise\Promise->waitIfPending()
2026-06-22T19:48:33.788134487Z #9 /var/www/docker-aio/php/vendor/guzzlehttp/guzzle/src/Client.php(229): GuzzleHttp\Promise\Promise->wait()
2026-06-22T19:48:33.788135997Z #10 /var/www/docker-aio/php/src/Docker/DockerActionManager.php(1130): GuzzleHttp\Client->request('GET', 'http://127.0.0....', Array)
2026-06-22T19:48:33.788138367Z #11 /var/www/docker-aio/php/src/Docker/DockerActionManager.php(178): AIO\Docker\DockerActionManager->sendHttpRequest('GET', 'http://127.0.0....')
2026-06-22T19:48:33.788140257Z #12 /var/www/docker-aio/php/src/Controller/DockerController.php(76): AIO\Docker\DockerActionManager->GetLogs('nextcloud-aio-a...', '')
2026-06-22T19:48:33.788141817Z #13 /var/www/docker-aio/php/vendor/slim/slim/Slim/Handlers/Strategies/RequestResponse.php(39): AIO\Controller\DockerController->GetLogs(Object(Slim\Psr7\Request), Object(Slim\Psr7\Response), Array)
2026-06-22T19:48:33.788154717Z #14 /var/www/docker-aio/php/vendor/slim/slim/Slim/Routing/Route.php(362): Slim\Handlers\Strategies\RequestResponse->__invoke(Array, Object(Slim\Psr7\Request), Object(Slim\Psr7\Response), Array)
2026-06-22T19:48:33.788156637Z #15 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(73): Slim\Routing\Route->handle(Object(Slim\Psr7\Request))
2026-06-22T19:48:33.788159737Z #16 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(73): Slim\MiddlewareDispatcher->handle(Object(Slim\Psr7\Request))
2026-06-22T19:48:33.788162257Z #17 /var/www/docker-aio/php/vendor/slim/slim/Slim/Routing/Route.php(321): Slim\MiddlewareDispatcher->handle(Object(Slim\Psr7\Request))
2026-06-22T19:48:33.788164017Z #18 /var/www/docker-aio/php/vendor/slim/slim/Slim/Routing/RouteRunner.php(74): Slim\Routing\Route->run(Object(Slim\Psr7\Request))
2026-06-22T19:48:33.788165367Z #19 /var/www/docker-aio/php/vendor/slim/csrf/src/Guard.php(482): Slim\Routing\RouteRunner->handle(Object(Slim\Psr7\Request))
2026-06-22T19:48:33.788167057Z #20 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(178): Slim\Csrf\Guard->process(Object(Slim\Psr7\Request), Object(Slim\Routing\RouteRunner))
2026-06-22T19:48:33.788168927Z #21 /var/www/docker-aio/php/vendor/slim/twig-view/src/TwigMiddleware.php(117): Psr\Http\Server\RequestHandlerInterface@anonymous->handle(Object(Slim\Psr7\Request))
2026-06-22T19:48:33.788170417Z #22 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(129): Slim\Views\TwigMiddleware->process(Object(Slim\Psr7\Request), Object(Psr\Http\Server\RequestHandlerInterface@anonymous))
2026-06-22T19:48:33.788172097Z #23 /var/www/docker-aio/php/src/Middleware/AuthMiddleware.php(54): Psr\Http\Server\RequestHandlerInterface@anonymous->handle(Object(Slim\Psr7\Request))
2026-06-22T19:48:33.788174017Z #24 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(283): AIO\Middleware\AuthMiddleware->__invoke(Object(Slim\Psr7\Request), Object(Psr\Http\Server\RequestHandlerInterface@anonymous))
2026-06-22T19:48:33.788175937Z #25 /var/www/docker-aio/php/vendor/slim/slim/Slim/Middleware/ErrorMiddleware.php(77): Psr\Http\Server\RequestHandlerInterface@anonymous->handle(Object(Slim\Psr7\Request))
2026-06-22T19:48:33.788177187Z #26 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(129): Slim\Middleware\ErrorMiddleware->process(Object(Slim\Psr7\Request), Object(Psr\Http\Server\RequestHandlerInterface@anonymous))
2026-06-22T19:48:33.788179037Z #27 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(73): Psr\Http\Server\RequestHandlerInterface@anonymous->handle(Object(Slim\Psr7\Request))
2026-06-22T19:48:33.788180807Z #28 /var/www/docker-aio/php/vendor/slim/slim/Slim/App.php(209): Slim\MiddlewareDispatcher->handle(Object(Slim\Psr7\Request))
2026-06-22T19:48:33.788182117Z #29 /var/www/docker-aio/php/vendor/slim/slim/Slim/App.php(193): Slim\App->handle(Object(Slim\Psr7\Request))
2026-06-22T19:48:33.788183837Z #30 /var/www/docker-aio/php/public/index.php(284): Slim\App->run()
2026-06-22T19:48:33.788185577Z #31 {main}
2026-06-22T19:48:33.788186687Z Tips: To display error details in HTTP response set "displayErrorDetails" to true in the ErrorHandler constructor.
2026-06-22T19:48:33.966642317Z NOTICE: PHP message: Slim Application Error
2026-06-22T19:48:33.966661197Z Type: GuzzleHttp\Exception\ClientException
2026-06-22T19:48:33.966669127Z Code: 404
2026-06-22T19:48:33.966679547Z Message: Client error: `GET http://127.0.0.1/v1.44/containers/nextcloud-aio-apache/logs?stdout=true&stderr=true×tamps=true&since=` resulted in a `404 Not Found` response:
2026-06-22T19:48:33.966681137Z {"message":"No such container: nextcloud-aio-apache"}
2026-06-22T19:48:33.966682727Z File: /var/www/docker-aio/php/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php
2026-06-22T19:48:33.966683987Z Line: 115
2026-06-22T19:48:33.966685137Z Trace: #0 /var/www/docker-aio/php/vendor/guzzlehttp/guzzle/src/Middleware.php(72): GuzzleHttp\Exception\RequestException::create(Object(GuzzleHttp\Psr7\Request), Object(GuzzleHttp\Psr7\Response), NULL, Array, NULL)
2026-06-22T19:48:33.966686587Z #1 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/Promise.php(209): GuzzleHttp\Middleware::{closure:{closure:{closure:GuzzleHttp\Middleware::httpErrors():60}:61}:67}(Object(GuzzleHttp\Psr7\Response))
2026-06-22T19:48:33.966687887Z #2 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/Promise.php(158): GuzzleHttp\Promise\Promise::callHandler(1, Object(GuzzleHttp\Psr7\Response), NULL)
2026-06-22T19:48:33.966689147Z #3 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/TaskQueue.php(52): GuzzleHttp\Promise\Promise::{closure:GuzzleHttp\Promise\Promise::settle():156}()
2026-06-22T19:48:33.966690487Z #4 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/Promise.php(251): GuzzleHttp\Promise\TaskQueue->run(true)
2026-06-22T19:48:33.966691747Z #5 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/Promise.php(227): GuzzleHttp\Promise\Promise->invokeWaitFn()
2026-06-22T19:48:33.966693137Z #6 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/Promise.php(272): GuzzleHttp\Promise\Promise->waitIfPending()
2026-06-22T19:48:33.966694667Z #7 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/Promise.php(229): GuzzleHttp\Promise\Promise->invokeWaitList()
2026-06-22T19:48:33.966696007Z #8 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/Promise.php(69): GuzzleHttp\Promise\Promise->waitIfPending()
2026-06-22T19:48:33.966697247Z #9 /var/www/docker-aio/php/vendor/guzzlehttp/guzzle/src/Client.php(229): GuzzleHttp\Promise\Promise->wait()
2026-06-22T19:48:33.966698477Z #10 /var/www/docker-aio/php/src/Docker/DockerActionManager.php(1130): GuzzleHttp\Client->request('GET', 'http://127.0.0....', Array)
2026-06-22T19:48:33.966700467Z #11 /var/www/docker-aio/php/src/Docker/DockerActionManager.php(178): AIO\Docker\DockerActionManager->sendHttpRequest('GET', 'http://127.0.0....')
2026-06-22T19:48:33.966701827Z #12 /var/www/docker-aio/php/src/Controller/DockerController.php(76): AIO\Docker\DockerActionManager->GetLogs('nextcloud-aio-a...', '')
2026-06-22T19:48:33.966703047Z #13 /var/www/docker-aio/php/vendor/slim/slim/Slim/Handlers/Strategies/RequestResponse.php(39): AIO\Controller\DockerController->GetLogs(Object(Slim\Psr7\Request), Object(Slim\Psr7\Response), Array)
2026-06-22T19:48:33.966704437Z #14 /var/www/docker-aio/php/vendor/slim/slim/Slim/Routing/Route.php(362): Slim\Handlers\Strategies\RequestResponse->__invoke(Array, Object(Slim\Psr7\Request), Object(Slim\Psr7\Response), Array)
2026-06-22T19:48:33.966707017Z #15 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(73): Slim\Routing\Route->handle(Object(Slim\Psr7\Request))
2026-06-22T19:48:33.966709037Z #16 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(73): Slim\MiddlewareDispatcher->handle(Object(Slim\Psr7\Request))
2026-06-22T19:48:33.966710277Z #17 /var/www/docker-aio/php/vendor/slim/slim/Slim/Routing/Route.php(321): Slim\MiddlewareDispatcher->handle(Object(Slim\Psr7\Request))
2026-06-22T19:48:33.966711727Z #18 /var/www/docker-aio/php/vendor/slim/slim/Slim/Routing/RouteRunner.php(74): Slim\Routing\Route->run(Object(Slim\Psr7\Request))
2026-06-22T19:48:33.966713017Z #19 /var/www/docker-aio/php/vendor/slim/csrf/src/Guard.php(482): Slim\Routing\RouteRunner->handle(Object(Slim\Psr7\Request))
2026-06-22T19:48:33.966714257Z #20 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(178): Slim\Csrf\Guard->process(Object(Slim\Psr7\Request), Object(Slim\Routing\RouteRunner))
2026-06-22T19:48:33.966715587Z #21 /var/www/docker-aio/php/vendor/slim/twig-view/src/TwigMiddleware.php(117): Psr\Http\Server\RequestHandlerInterface@anonymous->handle(Object(Slim\Psr7\Request))
2026-06-22T19:48:33.966716867Z #22 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(129): Slim\Views\TwigMiddleware->process(Object(Slim\Psr7\Request), Object(Psr\Http\Server\RequestHandlerInterface@anonymous))
2026-06-22T19:48:33.966718207Z #23 /var/www/docker-aio/php/src/Middleware/AuthMiddleware.php(54): Psr\Http\Server\RequestHandlerInterface@anonymous->handle(Object(Slim\Psr7\Request))
2026-06-22T19:48:33.966719577Z #24 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(283): AIO\Middleware\AuthMiddleware->__invoke(Object(Slim\Psr7\Request), Object(Psr\Http\Server\RequestHandlerInterface@anonymous))
2026-06-22T19:48:33.966720957Z #25 /var/www/docker-aio/php/vendor/slim/slim/Slim/Middleware/ErrorMiddleware.php(77): Psr\Http\Server\RequestHandlerInterface@anonymous->handle(Object(Slim\Psr7\Request))
2026-06-22T19:48:33.966722207Z #26 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(129): Slim\Middleware\ErrorMiddleware->process(Object(Slim\Psr7\Request), Object(Psr\Http\Server\RequestHandlerInterface@anonymous))
2026-06-22T19:48:33.966723507Z #27 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(73): Psr\Http\Server\RequestHandlerInterface@anonymous->handle(Object(Slim\Psr7\Request))
2026-06-22T19:48:33.966724737Z #28 /var/www/docker-aio/php/vendor/slim/slim/Slim/App.php(209): Slim\MiddlewareDispatcher->handle(Object(Slim\Psr7\Request))
2026-06-22T19:48:33.966725957Z #29 /var/www/docker-aio/php/vendor/slim/slim/Slim/App.php(193): Slim\App->handle(Object(Slim\Psr7\Request))
2026-06-22T19:48:33.966727177Z #30 /var/www/docker-aio/php/public/index.php(284): Slim\App->run()
2026-06-22T19:48:33.966728367Z #31 {main}
2026-06-22T19:48:33.966729487Z Tips: To display error details in HTTP response set "displayErrorDetails" to true in the ErrorHandler constructor.
2026-06-22T19:48:34.450049807Z NOTICE: PHP message: Slim Application Error
2026-06-22T19:48:34.450080877Z Type: GuzzleHttp\Exception\ClientException
2026-06-22T19:48:34.450092177Z Code: 404
2026-06-22T19:48:34.450093567Z Message: Client error: `GET http://127.0.0.1/v1.44/containers/nextcloud-aio-apache/logs?stdout=true&stderr=true×tamps=true&since=` resulted in a `404 Not Found` response:
2026-06-22T19:48:34.450095667Z {"message":"No such container: nextcloud-aio-apache"}
2026-06-22T19:48:34.450097017Z File: /var/www/docker-aio/php/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php
2026-06-22T19:48:34.450098247Z Line: 115
2026-06-22T19:48:34.450099367Z Trace: #0 /var/www/docker-aio/php/vendor/guzzlehttp/guzzle/src/Middleware.php(72): GuzzleHttp\Exception\RequestException::create(Object(GuzzleHttp\Psr7\Request), Object(GuzzleHttp\Psr7\Response), NULL, Array, NULL)
2026-06-22T19:48:34.450100897Z #1 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/Promise.php(209): GuzzleHttp\Middleware::{closure:{closure:{closure:GuzzleHttp\Middleware::httpErrors():60}:61}:67}(Object(GuzzleHttp\Psr7\Response))
2026-06-22T19:48:34.450102177Z #2 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/Promise.php(158): GuzzleHttp\Promise\Promise::callHandler(1, Object(GuzzleHttp\Psr7\Response), NULL)
2026-06-22T19:48:34.450103487Z #3 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/TaskQueue.php(52): GuzzleHttp\Promise\Promise::{closure:GuzzleHttp\Promise\Promise::settle():156}()
2026-06-22T19:48:34.450104747Z #4 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/Promise.php(251): GuzzleHttp\Promise\TaskQueue->run(true)
2026-06-22T19:48:34.450106067Z #5 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/Promise.php(227): GuzzleHttp\Promise\Promise->invokeWaitFn()
2026-06-22T19:48:34.450111487Z #6 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/Promise.php(272): GuzzleHttp\Promise\Promise->waitIfPending()
2026-06-22T19:48:34.450112867Z #7 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/Promise.php(229): GuzzleHttp\Promise\Promise->invokeWaitList()
2026-06-22T19:48:34.450114267Z #8 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/Promise.php(69): GuzzleHttp\Promise\Promise->waitIfPending()
2026-06-22T19:48:34.450115507Z #9 /var/www/docker-aio/php/vendor/guzzlehttp/guzzle/src/Client.php(229): GuzzleHttp\Promise\Promise->wait()
2026-06-22T19:48:34.450116737Z #10 /var/www/docker-aio/php/src/Docker/DockerActionManager.php(1130): GuzzleHttp\Client->request('GET', 'http://127.0.0....', Array)
2026-06-22T19:48:34.450118667Z #11 /var/www/docker-aio/php/src/Docker/DockerActionManager.php(178): AIO\Docker\DockerActionManager->sendHttpRequest('GET', 'http://127.0.0....')
2026-06-22T19:48:34.450120037Z #12 /var/www/docker-aio/php/src/Controller/DockerController.php(76): AIO\Docker\DockerActionManager->GetLogs('nextcloud-aio-a...', '')
2026-06-22T19:48:34.450121307Z #13 /var/www/docker-aio/php/vendor/slim/slim/Slim/Handlers/Strategies/RequestResponse.php(39): AIO\Controller\DockerController->GetLogs(Object(Slim\Psr7\Request), Object(Slim\Psr7\Response), Array)
2026-06-22T19:48:34.450122737Z #14 /var/www/docker-aio/php/vendor/slim/slim/Slim/Routing/Route.php(362): Slim\Handlers\Strategies\RequestResponse->__invoke(Array, Object(Slim\Psr7\Request), Object(Slim\Psr7\Response), Array)
2026-06-22T19:48:34.450125347Z #15 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(73): Slim\Routing\Route->handle(Object(Slim\Psr7\Request))
2026-06-22T19:48:34.450127558Z #16 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(73): Slim\MiddlewareDispatcher->handle(Object(Slim\Psr7\Request))
2026-06-22T19:48:34.450128808Z #17 /var/www/docker-aio/php/vendor/slim/slim/Slim/Routing/Route.php(321): Slim\MiddlewareDispatcher->handle(Object(Slim\Psr7\Request))
2026-06-22T19:48:34.450130028Z #18 /var/www/docker-aio/php/vendor/slim/slim/Slim/Routing/RouteRunner.php(74): Slim\Routing\Route->run(Object(Slim\Psr7\Request))
2026-06-22T19:48:34.450131298Z #19 /var/www/docker-aio/php/vendor/slim/csrf/src/Guard.php(482): Slim\Routing\RouteRunner->handle(Object(Slim\Psr7\Request))
2026-06-22T19:48:34.450132548Z #20 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(178): Slim\Csrf\Guard->process(Object(Slim\Psr7\Request), Object(Slim\Routing\RouteRunner))
2026-06-22T19:48:34.450134418Z #21 /var/www/docker-aio/php/vendor/slim/twig-view/src/TwigMiddleware.php(117): Psr\Http\Server\RequestHandlerInterface@anonymous->handle(Object(Slim\Psr7\Request))
2026-06-22T19:48:34.450135718Z #22 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(129): Slim\Views\TwigMiddleware->process(Object(Slim\Psr7\Request), Object(Psr\Http\Server\RequestHandlerInterface@anonymous))
2026-06-22T19:48:34.450137088Z #23 /var/www/docker-aio/php/src/Middleware/AuthMiddleware.php(54): Psr\Http\Server\RequestHandlerInterface@anonymous->handle(Object(Slim\Psr7\Request))
2026-06-22T19:48:34.450138468Z #24 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(283): AIO\Middleware\AuthMiddleware->__invoke(Object(Slim\Psr7\Request), Object(Psr\Http\Server\RequestHandlerInterface@anonymous))
2026-06-22T19:48:34.450139918Z #25 /var/www/docker-aio/php/vendor/slim/slim/Slim/Middleware/ErrorMiddleware.php(77): Psr\Http\Server\RequestHandlerInterface@anonymous->handle(Object(Slim\Psr7\Request))
2026-06-22T19:48:34.450141268Z #26 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(129): Slim\Middleware\ErrorMiddleware->process(Object(Slim\Psr7\Request), Object(Psr\Http\Server\RequestHandlerInterface@anonymous))
2026-06-22T19:48:34.450142648Z #27 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(73): Psr\Http\Server\RequestHandlerInterface@anonymous->handle(Object(Slim\Psr7\Request))
2026-06-22T19:48:34.450143898Z #28 /var/www/docker-aio/php/vendor/slim/slim/Slim/App.php(209): Slim\MiddlewareDispatcher->handle(Object(Slim\Psr7\Request))
2026-06-22T19:48:34.450145108Z #29 /var/www/docker-aio/php/vendor/slim/slim/Slim/App.php(193): Slim\App->handle(Object(Slim\Psr7\Request))
2026-06-22T19:48:34.450146348Z #30 /var/www/docker-aio/php/public/index.php(284): Slim\App->run()
2026-06-22T19:48:34.450147538Z #31 {main}
2026-06-22T19:48:34.450148658Z Tips: To display error details in HTTP response set "displayErrorDetails" to true in the ErrorHandler constructor.
2026-06-22T19:48:39.025945473Z NOTICE: PHP message: Slim Application Error
2026-06-22T19:48:39.025962163Z Type: GuzzleHttp\Exception\ClientException
2026-06-22T19:48:39.025964333Z Code: 404
2026-06-22T19:48:39.025965723Z Message: Client error: `GET http://127.0.0.1/v1.44/containers/nextcloud-aio-apache/logs?stdout=true&stderr=true×tamps=true&since=` resulted in a `404 Not Found` response:
2026-06-22T19:48:39.025967803Z {"message":"No such container: nextcloud-aio-apache"}
2026-06-22T19:48:39.025969173Z File: /var/www/docker-aio/php/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php
2026-06-22T19:48:39.025970413Z Line: 115
2026-06-22T19:48:39.025971633Z Trace: #0 /var/www/docker-aio/php/vendor/guzzlehttp/guzzle/src/Middleware.php(72): GuzzleHttp\Exception\RequestException::create(Object(GuzzleHttp\Psr7\Request), Object(GuzzleHttp\Psr7\Response), NULL, Array, NULL)
2026-06-22T19:48:39.025973083Z #1 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/Promise.php(209): GuzzleHttp\Middleware::{closure:{closure:{closure:GuzzleHttp\Middleware::httpErrors():60}:61}:67}(Object(GuzzleHttp\Psr7\Response))
2026-06-22T19:48:39.025974393Z #2 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/Promise.php(158): GuzzleHttp\Promise\Promise::callHandler(1, Object(GuzzleHttp\Psr7\Response), NULL)
2026-06-22T19:48:39.025975663Z #3 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/TaskQueue.php(52): GuzzleHttp\Promise\Promise::{closure:GuzzleHttp\Promise\Promise::settle():156}()
2026-06-22T19:48:39.025976943Z #4 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/Promise.php(251): GuzzleHttp\Promise\TaskQueue->run(true)
2026-06-22T19:48:39.025978203Z #5 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/Promise.php(227): GuzzleHttp\Promise\Promise->invokeWaitFn()
2026-06-22T19:48:39.025979533Z #6 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/Promise.php(272): GuzzleHttp\Promise\Promise->waitIfPending()
2026-06-22T19:48:39.025980833Z #7 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/Promise.php(229): GuzzleHttp\Promise\Promise->invokeWaitList()
2026-06-22T19:48:39.025982133Z #8 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/Promise.php(69): GuzzleHttp\Promise\Promise->waitIfPending()
2026-06-22T19:48:39.025983363Z #9 /var/www/docker-aio/php/vendor/guzzlehttp/guzzle/src/Client.php(229): GuzzleHttp\Promise\Promise->wait()
2026-06-22T19:48:39.025984593Z #10 /var/www/docker-aio/php/src/Docker/DockerActionManager.php(1130): GuzzleHttp\Client->request('GET', 'http://127.0.0....', Array)
2026-06-22T19:48:39.025986173Z #11 /var/www/docker-aio/php/src/Docker/DockerActionManager.php(178): AIO\Docker\DockerActionManager->sendHttpRequest('GET', 'http://127.0.0....')
2026-06-22T19:48:39.025987513Z #12 /var/www/docker-aio/php/src/Controller/DockerController.php(76): AIO\Docker\DockerActionManager->GetLogs('nextcloud-aio-a...', '')
2026-06-22T19:48:39.025988753Z #13 /var/www/docker-aio/php/vendor/slim/slim/Slim/Handlers/Strategies/RequestResponse.php(39): AIO\Controller\DockerController->GetLogs(Object(Slim\Psr7\Request), Object(Slim\Psr7\Response), Array)
2026-06-22T19:48:39.025990173Z #14 /var/www/docker-aio/php/vendor/slim/slim/Slim/Routing/Route.php(362): Slim\Handlers\Strategies\RequestResponse->__invoke(Array, Object(Slim\Psr7\Request), Object(Slim\Psr7\Response), Array)
2026-06-22T19:48:39.025995463Z #15 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(73): Slim\Routing\Route->handle(Object(Slim\Psr7\Request))
2026-06-22T19:48:39.025998243Z #16 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(73): Slim\MiddlewareDispatcher->handle(Object(Slim\Psr7\Request))
2026-06-22T19:48:39.025999853Z #17 /var/www/docker-aio/php/vendor/slim/slim/Slim/Routing/Route.php(321): Slim\MiddlewareDispatcher->handle(Object(Slim\Psr7\Request))
2026-06-22T19:48:39.026001253Z #18 /var/www/docker-aio/php/vendor/slim/slim/Slim/Routing/RouteRunner.php(74): Slim\Routing\Route->run(Object(Slim\Psr7\Request))
2026-06-22T19:48:39.026002573Z #19 /var/www/docker-aio/php/vendor/slim/csrf/src/Guard.php(482): Slim\Routing\RouteRunner->handle(Object(Slim\Psr7\Request))
2026-06-22T19:48:39.026003873Z #20 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(178): Slim\Csrf\Guard->process(Object(Slim\Psr7\Request), Object(Slim\Routing\RouteRunner))
2026-06-22T19:48:39.026005243Z #21 /var/www/docker-aio/php/vendor/slim/twig-view/src/TwigMiddleware.php(117): Psr\Http\Server\RequestHandlerInterface@anonymous->handle(Object(Slim\Psr7\Request))
2026-06-22T19:48:39.026006613Z #22 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(129): Slim\Views\TwigMiddleware->process(Object(Slim\Psr7\Request), Object(Psr\Http\Server\RequestHandlerInterface@anonymous))
2026-06-22T19:48:39.026008003Z #23 /var/www/docker-aio/php/src/Middleware/AuthMiddleware.php(54): Psr\Http\Server\RequestHandlerInterface@anonymous->handle(Object(Slim\Psr7\Request))
2026-06-22T19:48:39.026009453Z #24 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(283): AIO\Middleware\AuthMiddleware->__invoke(Object(Slim\Psr7\Request), Object(Psr\Http\Server\RequestHandlerInterface@anonymous))
2026-06-22T19:48:39.026010863Z #25 /var/www/docker-aio/php/vendor/slim/slim/Slim/Middleware/ErrorMiddleware.php(77): Psr\Http\Server\RequestHandlerInterface@anonymous->handle(Object(Slim\Psr7\Request))
2026-06-22T19:48:39.026012193Z #26 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(129): Slim\Middleware\ErrorMiddleware->process(Object(Slim\Psr7\Request), Object(Psr\Http\Server\RequestHandlerInterface@anonymous))
2026-06-22T19:48:39.026013553Z #27 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(73): Psr\Http\Server\RequestHandlerInterface@anonymous->handle(Object(Slim\Psr7\Request))
2026-06-22T19:48:39.026014843Z #28 /var/www/docker-aio/php/vendor/slim/slim/Slim/App.php(209): Slim\MiddlewareDispatcher->handle(Object(Slim\Psr7\Request))
2026-06-22T19:48:39.026016113Z #29 /var/www/docker-aio/php/vendor/slim/slim/Slim/App.php(193): Slim\App->handle(Object(Slim\Psr7\Request))
2026-06-22T19:48:39.026017403Z #30 /var/www/docker-aio/php/public/index.php(284): Slim\App->run()
2026-06-22T19:48:39.026018663Z #31 {main}
2026-06-22T19:48:39.026019853Z Tips: To display error details in HTTP response set "displayErrorDetails" to true in the ErrorHandler constructor.
2026-06-22T19:50:35.541430629Z NOTICE: PHP message: Slim Application Error
2026-06-22T19:50:35.541454359Z Type: GuzzleHttp\Exception\ClientException
2026-06-22T19:50:35.541457039Z Code: 404
2026-06-22T19:50:35.541458419Z Message: Client error: `GET http://127.0.0.1/v1.44/containers/nextcloud-aio-apache/logs?stdout=true&stderr=true×tamps=true&since=` resulted in a `404 Not Found` response:
2026-06-22T19:50:35.541460449Z {"message":"No such container: nextcloud-aio-apache"}
2026-06-22T19:50:35.541461729Z File: /var/www/docker-aio/php/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php
2026-06-22T19:50:35.541462869Z Line: 115
2026-06-22T19:50:35.541463919Z Trace: #0 /var/www/docker-aio/php/vendor/guzzlehttp/guzzle/src/Middleware.php(72): GuzzleHttp\Exception\RequestException::create(Object(GuzzleHttp\Psr7\Request), Object(GuzzleHttp\Psr7\Response), NULL, Array, NULL)
2026-06-22T19:50:35.541465279Z #1 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/Promise.php(209): GuzzleHttp\Middleware::{closure:{closure:{closure:GuzzleHttp\Middleware::httpErrors():60}:61}:67}(Object(GuzzleHttp\Psr7\Response))
2026-06-22T19:50:35.541466499Z #2 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/Promise.php(158): GuzzleHttp\Promise\Promise::callHandler(1, Object(GuzzleHttp\Psr7\Response), NULL)
2026-06-22T19:50:35.541467669Z #3 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/TaskQueue.php(52): GuzzleHttp\Promise\Promise::{closure:GuzzleHttp\Promise\Promise::settle():156}()
2026-06-22T19:50:35.541469059Z #4 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/Promise.php(251): GuzzleHttp\Promise\TaskQueue->run(true)
2026-06-22T19:50:35.541472029Z #5 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/Promise.php(227): GuzzleHttp\Promise\Promise->invokeWaitFn()
2026-06-22T19:50:35.541473279Z #6 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/Promise.php(272): GuzzleHttp\Promise\Promise->waitIfPending()
2026-06-22T19:50:35.541474519Z #7 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/Promise.php(229): GuzzleHttp\Promise\Promise->invokeWaitList()
2026-06-22T19:50:35.541475739Z #8 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/Promise.php(69): GuzzleHttp\Promise\Promise->waitIfPending()
2026-06-22T19:50:35.541476909Z #9 /var/www/docker-aio/php/vendor/guzzlehttp/guzzle/src/Client.php(229): GuzzleHttp\Promise\Promise->wait()
2026-06-22T19:50:35.541478149Z #10 /var/www/docker-aio/php/src/Docker/DockerActionManager.php(1130): GuzzleHttp\Client->request('GET', 'http://127.0.0....', Array)
2026-06-22T19:50:35.541479849Z #11 /var/www/docker-aio/php/src/Docker/DockerActionManager.php(178): AIO\Docker\DockerActionManager->sendHttpRequest('GET', 'http://127.0.0....')
2026-06-22T19:50:35.541481169Z #12 /var/www/docker-aio/php/src/Controller/DockerController.php(76): AIO\Docker\DockerActionManager->GetLogs('nextcloud-aio-a...', '')
2026-06-22T19:50:35.541482589Z #13 /var/www/docker-aio/php/vendor/slim/slim/Slim/Handlers/Strategies/RequestResponse.php(39): AIO\Controller\DockerController->GetLogs(Object(Slim\Psr7\Request), Object(Slim\Psr7\Response), Array)
2026-06-22T19:50:35.541489549Z #14 /var/www/docker-aio/php/vendor/slim/slim/Slim/Routing/Route.php(362): Slim\Handlers\Strategies\RequestResponse->__invoke(Array, Object(Slim\Psr7\Request), Object(Slim\Psr7\Response), Array)
2026-06-22T19:50:35.541506809Z #15 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(73): Slim\Routing\Route->handle(Object(Slim\Psr7\Request))
2026-06-22T19:50:35.541508259Z #16 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(73): Slim\MiddlewareDispatcher->handle(Object(Slim\Psr7\Request))
2026-06-22T19:50:35.541509479Z #17 /var/www/docker-aio/php/vendor/slim/slim/Slim/Routing/Route.php(321): Slim\MiddlewareDispatcher->handle(Object(Slim\Psr7\Request))
2026-06-22T19:50:35.541510649Z #18 /var/www/docker-aio/php/vendor/slim/slim/Slim/Routing/RouteRunner.php(74): Slim\Routing\Route->run(Object(Slim\Psr7\Request))
2026-06-22T19:50:35.541511919Z #19 /var/www/docker-aio/php/vendor/slim/csrf/src/Guard.php(482): Slim\Routing\RouteRunner->handle(Object(Slim\Psr7\Request))
2026-06-22T19:50:35.541513129Z #20 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(178): Slim\Csrf\Guard->process(Object(Slim\Psr7\Request), Object(Slim\Routing\RouteRunner))
2026-06-22T19:50:35.541514419Z #21 /var/www/docker-aio/php/vendor/slim/twig-view/src/TwigMiddleware.php(117): Psr\Http\Server\RequestHandlerInterface@anonymous->handle(Object(Slim\Psr7\Request))
2026-06-22T19:50:35.541515669Z #22 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(129): Slim\Views\TwigMiddleware->process(Object(Slim\Psr7\Request), Object(Psr\Http\Server\RequestHandlerInterface@anonymous))
2026-06-22T19:50:35.541516979Z #23 /var/www/docker-aio/php/src/Middleware/AuthMiddleware.php(54): Psr\Http\Server\RequestHandlerInterface@anonymous->handle(Object(Slim\Psr7\Request))
2026-06-22T19:50:35.541518309Z #24 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(283): AIO\Middleware\AuthMiddleware->__invoke(Object(Slim\Psr7\Request), Object(Psr\Http\Server\RequestHandlerInterface@anonymous))
2026-06-22T19:50:35.541519639Z #25 /var/www/docker-aio/php/vendor/slim/slim/Slim/Middleware/ErrorMiddleware.php(77): Psr\Http\Server\RequestHandlerInterface@anonymous->handle(Object(Slim\Psr7\Request))
2026-06-22T19:50:35.541520859Z #26 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(129): Slim\Middleware\ErrorMiddleware->process(Object(Slim\Psr7\Request), Object(Psr\Http\Server\RequestHandlerInterface@anonymous))
2026-06-22T19:50:35.541522129Z #27 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(73): Psr\Http\Server\RequestHandlerInterface@anonymous->handle(Object(Slim\Psr7\Request))
2026-06-22T19:50:35.541523409Z #28 /var/www/docker-aio/php/vendor/slim/slim/Slim/App.php(209): Slim\MiddlewareDispatcher->handle(Object(Slim\Psr7\Request))
2026-06-22T19:50:35.541524609Z #29 /var/www/docker-aio/php/vendor/slim/slim/Slim/App.php(193): Slim\App->handle(Object(Slim\Psr7\Request))
2026-06-22T19:50:35.541525799Z #30 /var/www/docker-aio/php/public/index.php(284): Slim\App->run()
2026-06-22T19:50:35.541526949Z #31 {main}
2026-06-22T19:50:35.541528009Z Tips: To display error details in HTTP response set "displayErrorDetails" to true in the ErrorHandler constructor.
2026-06-22T19:51:49.354217947Z NOTICE: PHP message: Slim Application Error
2026-06-22T19:51:49.354242957Z Type: GuzzleHttp\Exception\ClientException
2026-06-22T19:51:49.354246157Z Code: 404
2026-06-22T19:51:49.354248047Z Message: Client error: `GET http://127.0.0.1/v1.44/containers/nextcloud-aio-apache/logs?stdout=true&stderr=true×tamps=true&since=` resulted in a `404 Not Found` response:
2026-06-22T19:51:49.354250777Z {"message":"No such container: nextcloud-aio-apache"}
2026-06-22T19:51:49.354252617Z File: /var/www/docker-aio/php/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php
2026-06-22T19:51:49.354254547Z Line: 115
2026-06-22T19:51:49.354255657Z Trace: #0 /var/www/docker-aio/php/vendor/guzzlehttp/guzzle/src/Middleware.php(72): GuzzleHttp\Exception\RequestException::create(Object(GuzzleHttp\Psr7\Request), Object(GuzzleHttp\Psr7\Response), NULL, Array, NULL)
2026-06-22T19:51:49.354257577Z #1 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/Promise.php(209): GuzzleHttp\Middleware::{closure:{closure:{closure:GuzzleHttp\Middleware::httpErrors():60}:61}:67}(Object(GuzzleHttp\Psr7\Response))
2026-06-22T19:51:49.354259347Z #2 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/Promise.php(158): GuzzleHttp\Promise\Promise::callHandler(1, Object(GuzzleHttp\Psr7\Response), NULL)
2026-06-22T19:51:49.354260527Z #3 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/TaskQueue.php(52): GuzzleHttp\Promise\Promise::{closure:GuzzleHttp\Promise\Promise::settle():156}()
2026-06-22T19:51:49.354262597Z #4 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/Promise.php(251): GuzzleHttp\Promise\TaskQueue->run(true)
2026-06-22T19:51:49.354264317Z #5 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/Promise.php(227): GuzzleHttp\Promise\Promise->invokeWaitFn()
2026-06-22T19:51:49.354265767Z #6 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/Promise.php(272): GuzzleHttp\Promise\Promise->waitIfPending()
2026-06-22T19:51:49.354267357Z #7 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/Promise.php(229): GuzzleHttp\Promise\Promise->invokeWaitList()
2026-06-22T19:51:49.354269137Z #8 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/Promise.php(69): GuzzleHttp\Promise\Promise->waitIfPending()
2026-06-22T19:51:49.354270397Z #9 /var/www/docker-aio/php/vendor/guzzlehttp/guzzle/src/Client.php(229): GuzzleHttp\Promise\Promise->wait()
2026-06-22T19:51:49.354272007Z #10 /var/www/docker-aio/php/src/Docker/DockerActionManager.php(1130): GuzzleHttp\Client->request('GET', 'http://127.0.0....', Array)
2026-06-22T19:51:49.354274437Z #11 /var/www/docker-aio/php/src/Docker/DockerActionManager.php(178): AIO\Docker\DockerActionManager->sendHttpRequest('GET', 'http://127.0.0....')
2026-06-22T19:51:49.354276247Z #12 /var/www/docker-aio/php/src/Controller/DockerController.php(76): AIO\Docker\DockerActionManager->GetLogs('nextcloud-aio-a...', '')
2026-06-22T19:51:49.354277407Z #13 /var/www/docker-aio/php/vendor/slim/slim/Slim/Handlers/Strategies/RequestResponse.php(39): AIO\Controller\DockerController->GetLogs(Object(Slim\Psr7\Request), Object(Slim\Psr7\Response), Array)
2026-06-22T19:51:49.354291827Z #14 /var/www/docker-aio/php/vendor/slim/slim/Slim/Routing/Route.php(362): Slim\Handlers\Strategies\RequestResponse->__invoke(Array, Object(Slim\Psr7\Request), Object(Slim\Psr7\Response), Array)
2026-06-22T19:51:49.354305787Z #15 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(73): Slim\Routing\Route->handle(Object(Slim\Psr7\Request))
2026-06-22T19:51:49.354307647Z #16 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(73): Slim\MiddlewareDispatcher->handle(Object(Slim\Psr7\Request))
2026-06-22T19:51:49.354309057Z #17 /var/www/docker-aio/php/vendor/slim/slim/Slim/Routing/Route.php(321): Slim\MiddlewareDispatcher->handle(Object(Slim\Psr7\Request))
2026-06-22T19:51:49.354310557Z #18 /var/www/docker-aio/php/vendor/slim/slim/Slim/Routing/RouteRunner.php(74): Slim\Routing\Route->run(Object(Slim\Psr7\Request))
2026-06-22T19:51:49.354312287Z #19 /var/www/docker-aio/php/vendor/slim/csrf/src/Guard.php(482): Slim\Routing\RouteRunner->handle(Object(Slim\Psr7\Request))
2026-06-22T19:51:49.354313527Z #20 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(178): Slim\Csrf\Guard->process(Object(Slim\Psr7\Request), Object(Slim\Routing\RouteRunner))
2026-06-22T19:51:49.354315287Z #21 /var/www/docker-aio/php/vendor/slim/twig-view/src/TwigMiddleware.php(117): Psr\Http\Server\RequestHandlerInterface@anonymous->handle(Object(Slim\Psr7\Request))
2026-06-22T19:51:49.354317067Z #22 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(129): Slim\Views\TwigMiddleware->process(Object(Slim\Psr7\Request), Object(Psr\Http\Server\RequestHandlerInterface@anonymous))
2026-06-22T19:51:49.354318467Z #23 /var/www/docker-aio/php/src/Middleware/AuthMiddleware.php(54): Psr\Http\Server\RequestHandlerInterface@anonymous->handle(Object(Slim\Psr7\Request))
2026-06-22T19:51:49.354320227Z #24 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(283): AIO\Middleware\AuthMiddleware->__invoke(Object(Slim\Psr7\Request), Object(Psr\Http\Server\RequestHandlerInterface@anonymous))
2026-06-22T19:51:49.354322067Z #25 /var/www/docker-aio/php/vendor/slim/slim/Slim/Middleware/ErrorMiddleware.php(77): Psr\Http\Server\RequestHandlerInterface@anonymous->handle(Object(Slim\Psr7\Request))
2026-06-22T19:51:49.354323517Z #26 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(129): Slim\Middleware\ErrorMiddleware->process(Object(Slim\Psr7\Request), Object(Psr\Http\Server\RequestHandlerInterface@anonymous))
2026-06-22T19:51:49.354325057Z #27 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(73): Psr\Http\Server\RequestHandlerInterface@anonymous->handle(Object(Slim\Psr7\Request))
2026-06-22T19:51:49.354326787Z #28 /var/www/docker-aio/php/vendor/slim/slim/Slim/App.php(209): Slim\MiddlewareDispatcher->handle(Object(Slim\Psr7\Request))
2026-06-22T19:51:49.354328037Z #29 /var/www/docker-aio/php/vendor/slim/slim/Slim/App.php(193): Slim\App->handle(Object(Slim\Psr7\Request))
2026-06-22T19:51:49.354329657Z #30 /var/www/docker-aio/php/public/index.php(284): Slim\App->run()
2026-06-22T19:51:49.354333517Z #31 {main}
2026-06-22T19:51:49.354336697Z Tips: To display error details in HTTP response set "displayErrorDetails" to true in the ErrorHandler constructor.
2026-06-22T20:10:54.765786407Z NOTICE: PHP message: Slim Application Error
2026-06-22T20:10:54.765800058Z Type: Exception
2026-06-22T20:10:54.765802588Z Code: 0
2026-06-22T20:10:54.765803928Z Message: Could not create container nextcloud-aio-apache: {"message":"layer does not exist"}
2026-06-22T20:10:54.765805388Z File: /var/www/docker-aio/php/src/Docker/DockerActionManager.php
2026-06-22T20:10:54.765806608Z Line: 506
2026-06-22T20:10:54.765807708Z Trace: #0 /var/www/docker-aio/php/src/Controller/DockerController.php(44): AIO\Docker\DockerActionManager->CreateContainer(Object(AIO\Container\Container))
2026-06-22T20:10:54.765809228Z #1 /var/www/docker-aio/php/src/Controller/DockerController.php(269): AIO\Controller\DockerController->PerformRecursiveContainerStart('nextcloud-aio-a...', true, Object(Closure))
2026-06-22T20:10:54.765810578Z #2 /var/www/docker-aio/php/src/Controller/DockerController.php(250): AIO\Controller\DockerController->startTopContainer(true, Object(Closure))
2026-06-22T20:10:54.765811948Z #3 /var/www/docker-aio/php/vendor/slim/slim/Slim/Handlers/Strategies/RequestResponse.php(39): AIO\Controller\DockerController->StartContainer(Object(Slim\Psr7\Request), Object(Slim\Psr7\Response), Array)
2026-06-22T20:10:54.765813638Z #4 /var/www/docker-aio/php/vendor/slim/slim/Slim/Routing/Route.php(362): Slim\Handlers\Strategies\RequestResponse->__invoke(Array, Object(Slim\Psr7\Request), Object(Slim\Psr7\Response), Array)
2026-06-22T20:10:54.765815068Z #5 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(73): Slim\Routing\Route->handle(Object(Slim\Psr7\Request))
2026-06-22T20:10:54.765816358Z #6 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(73): Slim\MiddlewareDispatcher->handle(Object(Slim\Psr7\Request))
2026-06-22T20:10:54.765817598Z #7 /var/www/docker-aio/php/vendor/slim/slim/Slim/Routing/Route.php(321): Slim\MiddlewareDispatcher->handle(Object(Slim\Psr7\Request))
2026-06-22T20:10:54.765818778Z #8 /var/www/docker-aio/php/vendor/slim/slim/Slim/Routing/RouteRunner.php(74): Slim\Routing\Route->run(Object(Slim\Psr7\Request))
2026-06-22T20:10:54.765820018Z #9 /var/www/docker-aio/php/vendor/slim/csrf/src/Guard.php(482): Slim\Routing\RouteRunner->handle(Object(Slim\Psr7\Request))
2026-06-22T20:10:54.765821248Z #10 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(178): Slim\Csrf\Guard->process(Object(Slim\Psr7\Request), Object(Slim\Routing\RouteRunner))
2026-06-22T20:10:54.765823308Z #11 /var/www/docker-aio/php/vendor/slim/twig-view/src/TwigMiddleware.php(117): Psr\Http\Server\RequestHandlerInterface@anonymous->handle(Object(Slim\Psr7\Request))
2026-06-22T20:10:54.765824588Z #12 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(129): Slim\Views\TwigMiddleware->process(Object(Slim\Psr7\Request), Object(Psr\Http\Server\RequestHandlerInterface@anonymous))
2026-06-22T20:10:54.765825908Z #13 /var/www/docker-aio/php/src/Middleware/AuthMiddleware.php(54): Psr\Http\Server\RequestHandlerInterface@anonymous->handle(Object(Slim\Psr7\Request))
2026-06-22T20:10:54.765831228Z #14 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(283): AIO\Middleware\AuthMiddleware->__invoke(Object(Slim\Psr7\Request), Object(Psr\Http\Server\RequestHandlerInterface@anonymous))
2026-06-22T20:10:54.765838018Z #15 /var/www/docker-aio/php/vendor/slim/slim/Slim/Middleware/ErrorMiddleware.php(77): Psr\Http\Server\RequestHandlerInterface@anonymous->handle(Object(Slim\Psr7\Request))
2026-06-22T20:10:54.765839378Z #16 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(129): Slim\Middleware\ErrorMiddleware->process(Object(Slim\Psr7\Request), Object(Psr\Http\Server\RequestHandlerInterface@anonymous))
2026-06-22T20:10:54.765840678Z #17 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(73): Psr\Http\Server\RequestHandlerInterface@anonymous->handle(Object(Slim\Psr7\Request))
2026-06-22T20:10:54.765841918Z #18 /var/www/docker-aio/php/vendor/slim/slim/Slim/App.php(209): Slim\MiddlewareDispatcher->handle(Object(Slim\Psr7\Request))
2026-06-22T20:10:54.765843198Z #19 /var/www/docker-aio/php/vendor/slim/slim/Slim/App.php(193): Slim\App->handle(Object(Slim\Psr7\Request))
2026-06-22T20:10:54.765844408Z #20 /var/www/docker-aio/php/public/index.php(284): Slim\App->run()
2026-06-22T20:10:54.765845618Z #21 {main}
2026-06-22T20:10:54.765846738Z Tips: To display error details in HTTP response set "displayErrorDetails" to true in the ErrorHandler constructor.
2026-06-22T20:12:09.984988864Z NOTICE: PHP message: Slim Application Error
2026-06-22T20:12:09.985010254Z Type: GuzzleHttp\Exception\ClientException
2026-06-22T20:12:09.985012854Z Code: 404
2026-06-22T20:12:09.985014214Z Message: Client error: `GET http://127.0.0.1/v1.44/containers/nextcloud-aio-apache/logs?stdout=true&stderr=true×tamps=true&since=` resulted in a `404 Not Found` response:
2026-06-22T20:12:09.985016094Z {"message":"No such container: nextcloud-aio-apache"}
2026-06-22T20:12:09.985017624Z File: /var/www/docker-aio/php/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php
2026-06-22T20:12:09.985018824Z Line: 115
2026-06-22T20:12:09.985019884Z Trace: #0 /var/www/docker-aio/php/vendor/guzzlehttp/guzzle/src/Middleware.php(72): GuzzleHttp\Exception\RequestException::create(Object(GuzzleHttp\Psr7\Request), Object(GuzzleHttp\Psr7\Response), NULL, Array, NULL)
2026-06-22T20:12:09.985021294Z #1 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/Promise.php(209): GuzzleHttp\Middleware::{closure:{closure:{closure:GuzzleHttp\Middleware::httpErrors():60}:61}:67}(Object(GuzzleHttp\Psr7\Response))
2026-06-22T20:12:09.985022624Z #2 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/Promise.php(158): GuzzleHttp\Promise\Promise::callHandler(1, Object(GuzzleHttp\Psr7\Response), NULL)
2026-06-22T20:12:09.985023804Z #3 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/TaskQueue.php(52): GuzzleHttp\Promise\Promise::{closure:GuzzleHttp\Promise\Promise::settle():156}()
2026-06-22T20:12:09.985024984Z #4 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/Promise.php(251): GuzzleHttp\Promise\TaskQueue->run(true)
2026-06-22T20:12:09.985031774Z #5 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/Promise.php(227): GuzzleHttp\Promise\Promise->invokeWaitFn()
2026-06-22T20:12:09.985042874Z #6 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/Promise.php(272): GuzzleHttp\Promise\Promise->waitIfPending()
2026-06-22T20:12:09.985044244Z #7 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/Promise.php(229): GuzzleHttp\Promise\Promise->invokeWaitList()
2026-06-22T20:12:09.985045544Z #8 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/Promise.php(69): GuzzleHttp\Promise\Promise->waitIfPending()
2026-06-22T20:12:09.985046744Z #9 /var/www/docker-aio/php/vendor/guzzlehttp/guzzle/src/Client.php(229): GuzzleHttp\Promise\Promise->wait()
2026-06-22T20:12:09.985047954Z #10 /var/www/docker-aio/php/src/Docker/DockerActionManager.php(1130): GuzzleHttp\Client->request('GET', 'http://127.0.0....', Array)
2026-06-22T20:12:09.985049964Z #11 /var/www/docker-aio/php/src/Docker/DockerActionManager.php(178): AIO\Docker\DockerActionManager->sendHttpRequest('GET', 'http://127.0.0....')
2026-06-22T20:12:09.985051274Z #12 /var/www/docker-aio/php/src/Controller/DockerController.php(76): AIO\Docker\DockerActionManager->GetLogs('nextcloud-aio-a...', '')
2026-06-22T20:12:09.985052464Z #13 /var/www/docker-aio/php/vendor/slim/slim/Slim/Handlers/Strategies/RequestResponse.php(39): AIO\Controller\DockerController->GetLogs(Object(Slim\Psr7\Request), Object(Slim\Psr7\Response), Array)
2026-06-22T20:12:09.985053814Z #14 /var/www/docker-aio/php/vendor/slim/slim/Slim/Routing/Route.php(362): Slim\Handlers\Strategies\RequestResponse->__invoke(Array, Object(Slim\Psr7\Request), Object(Slim\Psr7\Response), Array)
2026-06-22T20:12:09.985055114Z #15 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(73): Slim\Routing\Route->handle(Object(Slim\Psr7\Request))
2026-06-22T20:12:09.985056334Z #16 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(73): Slim\MiddlewareDispatcher->handle(Object(Slim\Psr7\Request))
2026-06-22T20:12:09.985057524Z #17 /var/www/docker-aio/php/vendor/slim/slim/Slim/Routing/Route.php(321): Slim\MiddlewareDispatcher->handle(Object(Slim\Psr7\Request))
2026-06-22T20:12:09.985058754Z #18 /var/www/docker-aio/php/vendor/slim/slim/Slim/Routing/RouteRunner.php(74): Slim\Routing\Route->run(Object(Slim\Psr7\Request))
2026-06-22T20:12:09.985059944Z #19 /var/www/docker-aio/php/vendor/slim/csrf/src/Guard.php(482): Slim\Routing\RouteRunner->handle(Object(Slim\Psr7\Request))
2026-06-22T20:12:09.985061144Z #20 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(178): Slim\Csrf\Guard->process(Object(Slim\Psr7\Request), Object(Slim\Routing\RouteRunner))
2026-06-22T20:12:09.985062444Z #21 /var/www/docker-aio/php/vendor/slim/twig-view/src/TwigMiddleware.php(117): Psr\Http\Server\RequestHandlerInterface@anonymous->handle(Object(Slim\Psr7\Request))
2026-06-22T20:12:09.985063654Z #22 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(129): Slim\Views\TwigMiddleware->process(Object(Slim\Psr7\Request), Object(Psr\Http\Server\RequestHandlerInterface@anonymous))
2026-06-22T20:12:09.985066344Z #23 /var/www/docker-aio/php/src/Middleware/AuthMiddleware.php(54): Psr\Http\Server\RequestHandlerInterface@anonymous->handle(Object(Slim\Psr7\Request))
2026-06-22T20:12:09.985069084Z #24 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(283): AIO\Middleware\AuthMiddleware->__invoke(Object(Slim\Psr7\Request), Object(Psr\Http\Server\RequestHandlerInterface@anonymous))
2026-06-22T20:12:09.985070484Z #25 /var/www/docker-aio/php/vendor/slim/slim/Slim/Middleware/ErrorMiddleware.php(77): Psr\Http\Server\RequestHandlerInterface@anonymous->handle(Object(Slim\Psr7\Request))
2026-06-22T20:12:09.985071714Z #26 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(129): Slim\Middleware\ErrorMiddleware->process(Object(Slim\Psr7\Request), Object(Psr\Http\Server\RequestHandlerInterface@anonymous))
2026-06-22T20:12:09.985073014Z #27 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(73): Psr\Http\Server\RequestHandlerInterface@anonymous->handle(Object(Slim\Psr7\Request))
2026-06-22T20:12:09.985074254Z #28 /var/www/docker-aio/php/vendor/slim/slim/Slim/App.php(209): Slim\MiddlewareDispatcher->handle(Object(Slim\Psr7\Request))
2026-06-22T20:12:09.985075454Z #29 /var/www/docker-aio/php/vendor/slim/slim/Slim/App.php(193): Slim\App->handle(Object(Slim\Psr7\Request))
2026-06-22T20:12:09.985076674Z #30 /var/www/docker-aio/php/public/index.php(284): Slim\App->run()
2026-06-22T20:12:09.985077864Z #31 {main}
2026-06-22T20:12:09.985078964Z Tips: To display error details in HTTP response set "displayErrorDetails" to true in the ErrorHandler constructor.
2026-06-22T20:12:11.390888305Z NOTICE: PHP message: Slim Application Error
2026-06-22T20:12:11.390911555Z Type: GuzzleHttp\Exception\ClientException
2026-06-22T20:12:11.390914385Z Code: 404
2026-06-22T20:12:11.390916235Z Message: Client error: `GET http://127.0.0.1/v1.44/containers/nextcloud-aio-apache/logs?stdout=true&stderr=true×tamps=true&since=` resulted in a `404 Not Found` response:
2026-06-22T20:12:11.390918755Z {"message":"No such container: nextcloud-aio-apache"}
2026-06-22T20:12:11.390920635Z File: /var/www/docker-aio/php/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php
2026-06-22T20:12:11.390922325Z Line: 115
2026-06-22T20:12:11.390923485Z Trace: #0 /var/www/docker-aio/php/vendor/guzzlehttp/guzzle/src/Middleware.php(72): GuzzleHttp\Exception\RequestException::create(Object(GuzzleHttp\Psr7\Request), Object(GuzzleHttp\Psr7\Response), NULL, Array, NULL)
2026-06-22T20:12:11.390925465Z #1 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/Promise.php(209): GuzzleHttp\Middleware::{closure:{closure:{closure:GuzzleHttp\Middleware::httpErrors():60}:61}:67}(Object(GuzzleHttp\Psr7\Response))
2026-06-22T20:12:11.390927275Z #2 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/Promise.php(158): GuzzleHttp\Promise\Promise::callHandler(1, Object(GuzzleHttp\Psr7\Response), NULL)
2026-06-22T20:12:11.390928505Z #3 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/TaskQueue.php(52): GuzzleHttp\Promise\Promise::{closure:GuzzleHttp\Promise\Promise::settle():156}()
2026-06-22T20:12:11.390937985Z #4 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/Promise.php(251): GuzzleHttp\Promise\TaskQueue->run(true)
2026-06-22T20:12:11.390951625Z #5 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/Promise.php(227): GuzzleHttp\Promise\Promise->invokeWaitFn()
2026-06-22T20:12:11.390953485Z #6 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/Promise.php(272): GuzzleHttp\Promise\Promise->waitIfPending()
2026-06-22T20:12:11.390954875Z #7 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/Promise.php(229): GuzzleHttp\Promise\Promise->invokeWaitList()
2026-06-22T20:12:11.390956685Z #8 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/Promise.php(69): GuzzleHttp\Promise\Promise->waitIfPending()
2026-06-22T20:12:11.390958445Z #9 /var/www/docker-aio/php/vendor/guzzlehttp/guzzle/src/Client.php(229): GuzzleHttp\Promise\Promise->wait()
2026-06-22T20:12:11.390959675Z #10 /var/www/docker-aio/php/src/Docker/DockerActionManager.php(1130): GuzzleHttp\Client->request('GET', 'http://127.0.0....', Array)
2026-06-22T20:12:11.390962165Z #11 /var/www/docker-aio/php/src/Docker/DockerActionManager.php(178): AIO\Docker\DockerActionManager->sendHttpRequest('GET', 'http://127.0.0....')
2026-06-22T20:12:11.390964005Z #12 /var/www/docker-aio/php/src/Controller/DockerController.php(76): AIO\Docker\DockerActionManager->GetLogs('nextcloud-aio-a...', '')
2026-06-22T20:12:11.390965755Z #13 /var/www/docker-aio/php/vendor/slim/slim/Slim/Handlers/Strategies/RequestResponse.php(39): AIO\Controller\DockerController->GetLogs(Object(Slim\Psr7\Request), Object(Slim\Psr7\Response), Array)
2026-06-22T20:12:11.390967265Z #14 /var/www/docker-aio/php/vendor/slim/slim/Slim/Routing/Route.php(362): Slim\Handlers\Strategies\RequestResponse->__invoke(Array, Object(Slim\Psr7\Request), Object(Slim\Psr7\Response), Array)
2026-06-22T20:12:11.390968985Z #15 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(73): Slim\Routing\Route->handle(Object(Slim\Psr7\Request))
2026-06-22T20:12:11.390970765Z #16 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(73): Slim\MiddlewareDispatcher->handle(Object(Slim\Psr7\Request))
2026-06-22T20:12:11.390972185Z #17 /var/www/docker-aio/php/vendor/slim/slim/Slim/Routing/Route.php(321): Slim\MiddlewareDispatcher->handle(Object(Slim\Psr7\Request))
2026-06-22T20:12:11.390973715Z #18 /var/www/docker-aio/php/vendor/slim/slim/Slim/Routing/RouteRunner.php(74): Slim\Routing\Route->run(Object(Slim\Psr7\Request))
2026-06-22T20:12:11.390975475Z #19 /var/www/docker-aio/php/vendor/slim/csrf/src/Guard.php(482): Slim\Routing\RouteRunner->handle(Object(Slim\Psr7\Request))
2026-06-22T20:12:11.390976795Z #20 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(178): Slim\Csrf\Guard->process(Object(Slim\Psr7\Request), Object(Slim\Routing\RouteRunner))
2026-06-22T20:12:11.390978535Z #21 /var/www/docker-aio/php/vendor/slim/twig-view/src/TwigMiddleware.php(117): Psr\Http\Server\RequestHandlerInterface@anonymous->handle(Object(Slim\Psr7\Request))
2026-06-22T20:12:11.390980325Z #22 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(129): Slim\Views\TwigMiddleware->process(Object(Slim\Psr7\Request), Object(Psr\Http\Server\RequestHandlerInterface@anonymous))
2026-06-22T20:12:11.390983425Z #23 /var/www/docker-aio/php/src/Middleware/AuthMiddleware.php(54): Psr\Http\Server\RequestHandlerInterface@anonymous->handle(Object(Slim\Psr7\Request))
2026-06-22T20:12:11.390986135Z #24 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(283): AIO\Middleware\AuthMiddleware->__invoke(Object(Slim\Psr7\Request), Object(Psr\Http\Server\RequestHandlerInterface@anonymous))
2026-06-22T20:12:11.390988024Z #25 /var/www/docker-aio/php/vendor/slim/slim/Slim/Middleware/ErrorMiddleware.php(77): Psr\Http\Server\RequestHandlerInterface@anonymous->handle(Object(Slim\Psr7\Request))
2026-06-22T20:12:11.390989794Z #26 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(129): Slim\Middleware\ErrorMiddleware->process(Object(Slim\Psr7\Request), Object(Psr\Http\Server\RequestHandlerInterface@anonymous))
2026-06-22T20:12:11.390991114Z #27 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(73): Psr\Http\Server\RequestHandlerInterface@anonymous->handle(Object(Slim\Psr7\Request))
2026-06-22T20:12:11.390992814Z #28 /var/www/docker-aio/php/vendor/slim/slim/Slim/App.php(209): Slim\MiddlewareDispatcher->handle(Object(Slim\Psr7\Request))
2026-06-22T20:12:11.390994544Z #29 /var/www/docker-aio/php/vendor/slim/slim/Slim/App.php(193): Slim\App->handle(Object(Slim\Psr7\Request))
2026-06-22T20:12:11.390995754Z #30 /var/www/docker-aio/php/public/index.php(284): Slim\App->run()
2026-06-22T20:12:11.390997474Z #31 {main}
2026-06-22T20:12:11.390999164Z Tips: To display error details in HTTP response set "displayErrorDetails" to true in the ErrorHandler constructor.
Web Browser
If the problem is related to the Web interface, open your browser inspector Console and Network tabs while refreshing (reloading) and reproducing the problem. Provide any relevant output/errors here that appear.
PASTE
Web server / Reverse Proxy
The output of your Apache/nginx/system log in /var/log/____:
PASTE HERE
Configuration
Nextcloud
The output of occ config:list system or similar is best, but, if not possible, the contents of your config.php file from /path/to/nextcloud is fine (make sure to remove any identifiable information!):
PASTE HERE
Apps
The output of occ app:list (if possible).
Tips for increasing the likelihood of a response
- Use the
preformatted textformatting option in the editor for all log entries and configuration output. - If screenshots are useful, feel free to include them.
- If possible, also include key error output in text form so it can be searched for.
- Try to edit log output only minimally (if at all) so that it can be ran through analyzers / formatters by those trying to help you.


