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).
HI.
The frist time to try Nexcloud AIO, previous run Nextcloud standard on the same (and other) machine without problems.
I followed th simple instuction to start docker container ( https://nextcloud.com/blog/how-to-install-the-nextcloud-all-in-one-on-linux/ )
The docker creationt start, it seems to be ok with teh console message “Initial startup of Nextcloud All-in-One complete!
You should be able to open the Nextcloud AIO Interface” but:
Trying first time to access local or remote with “mydomain” the response is a “slim error”;
Trying some time later simple connection error.
But in the terminal console where i started the docker run command, the command never exited or terminated execution, it contiue log messages, the last are:
“#30 /var/www/docker-aio/php/vendor/slim/slim/Slim/App.php(209): Slim\MiddlewareDispatcher->handle(Object(GuzzleHttp\Psr7\ServerRequest))
#31 /var/www/docker-aio/php/vendor/slim/slim/Slim/App.php(193): Slim\App->handle(Object(GuzzleHttp\Psr7\ServerRequest))
#32 /var/www/docker-aio/php/public/index.php(198): Slim\App->run()
#33 {main}
Tips: To display error details in HTTP response set “displayErrorDetails” to true in the ErrorHandler constructor.
Could not get current channel Client error: GET http://127.0.0.1/v1.41/containers/nextcloud-aio-mastercontainer/json resulted in a 400 Bad Request response:
{“message”:"client version 1.41 is too old. Minimum supported API version is 1.44, please upgrade your client to a newer (truncated…)”
What I can do ?