Hi szaimen,
I can post the log in full if needed, but Iâve just found in it the following
Tips: To display error details in HTTP response set âdisplayErrorDetailsâ to true in the ErrorHandler constructor.
NOTICE: PHP message: Slim Application Error
Type: Exception
Code: 0
Message: Could not create the nextcloud-aio network: {âmessageâ:âclient version 1.41 is too old. Minimum supported API version is 1.44, please upgrade your client to a newer versionâ}
File: /var/www/docker-aio/php/src/Docker/DockerActionManager.php
Line: 916
Trace: #0 /var/www/docker-aio/php/src/Docker/DockerActionManager.php(946): AIO\Docker\DockerActionManager->ConnectContainerIdToNetwork(ânextcloud-aio-mâŠâ, ââ)
which I presume is the root of the error!
I have seen on Slim Application Error in AIO Interface the command:
sudo docker exec nextcloud-aio-mastercontainer bash -lc âsed -i âs/1.41/1.44/gâ /var/www/docker-aio/php/src/Docker/DockerActionManager.phpâ
is something like this suitable here? I am of course slightly wary of running random commands in case I bungle the installation further!
Thanks, Ed