Nextcloud AIO Interface Broken

Hello, I’m running NextCloud AIO on a Proxmox VM. I’m getting issues where I can sign into AIO and the interface is broken. When input the password the login screen just flashes.

I’m getting this in logs:

nextcloud-aio-mastercontainer | {"level":"info","ts":1755191288.568537,"msg":"[INFO][FileStorage:/mnt/docker-aio-config/caddy/] Lock for 'storage_clean' is stale (created: 0001-01-01 00:00:00 +0000 UTC, last update: 0001-01-01 00:00:00 +0000 UTC); removing then retrying: /mnt/docker-aio-config/caddy/locks/storage_clean.lock"}

nextcloud-aio-mastercontainer | {"level":"error","ts":1755191288.5687642,"logger":"tls","msg":"could not clean default/global storage","error":"unable to acquire storage_clean lock: creating lock file: write /mnt/docker-aio-config/caddy/locks/storage_clean.lock: no space left on device"}

The no space left on device seems potentially relevant.

We can’t really be helpful since you ignored the support template.

2 Likes

Thank you, I fixed that. Now I’m getting the following whenever I try to update container. I looked around but I only found unanswered threads or solutions that didn’t relate.

nextcloud-aio-mastercontainer  | NOTICE: PHP message: Slim Application Error
nextcloud-aio-mastercontainer  | Type: GuzzleHttp\Exception\ClientException
nextcloud-aio-mastercontainer  | Code: 404
nextcloud-aio-mastercontainer  | Message: Client error: `POST http://127.0.0.1/v1.41/networks/nextcloud-aio/connect` resulted in a `404 Not Found` response:
nextcloud-aio-mastercontainer  | {"message":"network sandbox for container 6fb5d0174721d62506ff22001d4d2b69cab3fbe12e8c5815cf8089b673dc1ae3 not found"}
nextcloud-aio-mastercontainer  | File: /var/www/docker-aio/php/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php
nextcloud-aio-mastercontainer  | Line: 111
nextcloud-aio-mastercontainer  | 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)
nextcloud-aio-mastercontainer  | #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))
nextcloud-aio-mastercontainer  | #2 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/Promise.php(158): GuzzleHttp\Promise\Promise::callHandler(1, Object(GuzzleHttp\Psr7\Response), NULL)
nextcloud-aio-mastercontainer  | #3 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/TaskQueue.php(52): GuzzleHttp\Promise\Promise::{closure:GuzzleHttp\Promise\Promise::settle():156}()
nextcloud-aio-mastercontainer  | #4 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/Promise.php(251): GuzzleHttp\Promise\TaskQueue->run(true)
nextcloud-aio-mastercontainer  | #5 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/Promise.php(227): GuzzleHttp\Promise\Promise->invokeWaitFn()
nextcloud-aio-mastercontainer  | #6 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/Promise.php(272): GuzzleHttp\Promise\Promise->waitIfPending()
nextcloud-aio-mastercontainer  | #7 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/Promise.php(229): GuzzleHttp\Promise\Promise->invokeWaitList()
nextcloud-aio-mastercontainer  | #8 /var/www/docker-aio/php/vendor/guzzlehttp/promises/src/Promise.php(69): GuzzleHttp\Promise\Promise->waitIfPending()
nextcloud-aio-mastercontainer  | #9 /var/www/docker-aio/php/vendor/guzzlehttp/guzzle/src/Client.php(189): GuzzleHttp\Promise\Promise->wait()
nextcloud-aio-mastercontainer  | #10 /var/www/docker-aio/php/src/Docker/DockerActionManager.php(864): GuzzleHttp\Client->request('POST', 'http://127.0.0....', Array)
nextcloud-aio-mastercontainer  | #11 /var/www/docker-aio/php/src/Docker/DockerActionManager.php(891): AIO\Docker\DockerActionManager->ConnectContainerIdToNetwork('nextcloud-aio-d...', '5432', 'nextcloud-aio', true, '')
nextcloud-aio-mastercontainer  | #12 /var/www/docker-aio/php/src/Controller/DockerController.php(42): AIO\Docker\DockerActionManager->ConnectContainerToNetwork(Object(AIO\Container\Container))
nextcloud-aio-mastercontainer  | #13 /var/www/docker-aio/php/src/Controller/DockerController.php(27): AIO\Controller\DockerController->PerformRecursiveContainerStart('nextcloud-aio-d...', true)
nextcloud-aio-mastercontainer  | #14 /var/www/docker-aio/php/src/Controller/DockerController.php(27): AIO\Controller\DockerController->PerformRecursiveContainerStart('nextcloud-aio-n...', true)
nextcloud-aio-mastercontainer  | #15 /var/www/docker-aio/php/src/Controller/DockerController.php(215): AIO\Controller\DockerController->PerformRecursiveContainerStart('nextcloud-aio-a...', true)
nextcloud-aio-mastercontainer  | #16 /var/www/docker-aio/php/src/Controller/DockerController.php(195): AIO\Controller\DockerController->startTopContainer(true)
nextcloud-aio-mastercontainer  | #17 /var/www/docker-aio/php/vendor/slim/slim/Slim/Handlers/Strategies/RequestResponse.php(38): AIO\Controller\DockerController->StartContainer(Object(GuzzleHttp\Psr7\ServerRequest), Object(GuzzleHttp\Psr7\Response), Array)
nextcloud-aio-mastercontainer  | #18 /var/www/docker-aio/php/vendor/slim/slim/Slim/Routing/Route.php(363): Slim\Handlers\Strategies\RequestResponse->__invoke(Array, Object(GuzzleHttp\Psr7\ServerRequest), Object(GuzzleHttp\Psr7\Response), Array)
nextcloud-aio-mastercontainer  | #19 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(73): Slim\Routing\Route->handle(Object(GuzzleHttp\Psr7\ServerRequest))
nextcloud-aio-mastercontainer  | #20 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(73): Slim\MiddlewareDispatcher->handle(Object(GuzzleHttp\Psr7\ServerRequest))
nextcloud-aio-mastercontainer  | #21 /var/www/docker-aio/php/vendor/slim/slim/Slim/Routing/Route.php(321): Slim\MiddlewareDispatcher->handle(Object(GuzzleHttp\Psr7\ServerRequest))
nextcloud-aio-mastercontainer  | #22 /var/www/docker-aio/php/vendor/slim/slim/Slim/Routing/RouteRunner.php(74): Slim\Routing\Route->run(Object(GuzzleHttp\Psr7\ServerRequest))
nextcloud-aio-mastercontainer  | #23 /var/www/docker-aio/php/vendor/slim/csrf/src/Guard.php(482): Slim\Routing\RouteRunner->handle(Object(GuzzleHttp\Psr7\ServerRequest))
nextcloud-aio-mastercontainer  | #24 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(177): Slim\Csrf\Guard->process(Object(GuzzleHttp\Psr7\ServerRequest), Object(Slim\Routing\RouteRunner))
nextcloud-aio-mastercontainer  | #25 /var/www/docker-aio/php/vendor/slim/twig-view/src/TwigMiddleware.php(117): Psr\Http\Server\RequestHandlerInterface@anonymous->handle(Object(GuzzleHttp\Psr7\ServerRequest))
nextcloud-aio-mastercontainer  | #26 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(129): Slim\Views\TwigMiddleware->process(Object(GuzzleHttp\Psr7\ServerRequest), Object(Psr\Http\Server\RequestHandlerInterface@anonymous))
nextcloud-aio-mastercontainer  | #27 /var/www/docker-aio/php/src/Middleware/AuthMiddleware.php(36): Psr\Http\Server\RequestHandlerInterface@anonymous->handle(Object(GuzzleHttp\Psr7\ServerRequest))
nextcloud-aio-mastercontainer  | #28 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(280): AIO\Middleware\AuthMiddleware->__invoke(Object(GuzzleHttp\Psr7\ServerRequest), Object(Psr\Http\Server\RequestHandlerInterface@anonymous))
nextcloud-aio-mastercontainer  | #29 /var/www/docker-aio/php/vendor/slim/slim/Slim/Middleware/ErrorMiddleware.php(77): Psr\Http\Server\RequestHandlerInterface@anonymous->handle(Object(GuzzleHttp\Psr7\ServerRequest))
nextcloud-aio-mastercontainer  | #30 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(129): Slim\Middleware\ErrorMiddleware->process(Object(GuzzleHttp\Psr7\ServerRequest), Object(Psr\Http\Server\RequestHandlerInterface@anonymous))
nextcloud-aio-mastercontainer  | #31 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(73): Psr\Http\Server\RequestHandlerInterface@anonymous->handle(Object(GuzzleHttp\Psr7\ServerRequest))
nextcloud-aio-mastercontainer  | #32 /var/www/docker-aio/php/vendor/slim/slim/Slim/App.php(209): Slim\MiddlewareDispatcher->handle(Object(GuzzleHttp\Psr7\ServerRequest))
nextcloud-aio-mastercontainer  | #33 /var/www/docker-aio/php/vendor/slim/slim/Slim/App.php(193): Slim\App->handle(Object(GuzzleHttp\Psr7\ServerRequest))
nextcloud-aio-mastercontainer  | #34 /var/www/docker-aio/php/public/index.php(196): Slim\App->run()
nextcloud-aio-mastercontainer  | #35 {main}
nextcloud-aio-mastercontainer  | Tips: To display error details in HTTP response set "displayErrorDetails" to true in the ErrorHandler constructor.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.