While trying to setup AppApi im Stuck on the Test-Deploy:
[index] Fehler: Call to a member function getStatus() on null in file '/var/www/nc_00/nextcloud/apps/app_api/lib/Controller/DaemonConfigController.php' line 145
POST /apps/app_api/daemons/docker_socket_proxy/test_deploy
Steps/Code to Reproduce
Install AppApi
Setup Docker Socket Proxy
Configure Daemon
Verify connection ok
Test Deploy
Expected Results
No error is thrown.
Actual Results
Exception Call to a member function getStatus() on null in file '..../nextcloud/apps/app_api/lib/Controller/DaemonConfigController.php' line 145
Describe the bug
While trying to setup AppApi im Stuck on the Test-Deploy:
[index] Fehler: Call to a member function getStatus() on null in file '/var/www/nc_00/nextcloud/apps/app_api/lib/Controller/DaemonConfigController.php' line 145 POST /apps/app_api/daemons/docker_socket_proxy/test_deploy
Steps/Code to Reproduce
Install AppApi Setup Docker Socket Proxy Configure Daemon Verify connection ok Test Deploy
Expected Results
No error is thrown.
Actual Results
Exception Call to a member function getStatus() on null in file '..../nextcloud/apps/app_api/lib/Controller/DaemonConfigController.php' line 145
Setup configuration
app_api=2.6.0, nextcloud=28.0.5 using nextcloud-appapi-dsp