nextcloud / app_api

Nextcloud AppAPI
https://apps.nextcloud.com/apps/app_api
GNU Affero General Public License v3.0
82 stars 7 forks source link

After deployment of ExApp "Test Deploy" infinite loop at Heartbeat #439

Open jirireischig opened 2 weeks ago

jirireischig commented 2 weeks ago

Describe the bug

After having deployed the ExApp "Test Deploy" Interface shows circle at Heartbeat and test never stop.

Docker container test-deploy is running and browser never stop getting answer from "https://server/index.php/apps/app_api/daemons/docker_socket_proxy/test_deploy/status" as json data:

{
    "deploy": 100,
    "init": 0,
    "action": "healthcheck",
    "type": "install",
    "error": "",
    "deploy_start_time": 1730990023
}

Steps/Code to Reproduce

Deploy the "Test Deploy" on NextCloud

Expected Results

All test steps are OK

Actual Results

infinite loop at Heartbeat test

Setup configuration

app_api = 4.0.0, Nextcloud = 30.0.2