Nextcloud AIO Interface Slim Application Error

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