Closed aef5748 closed 3 months ago
@aef5748 HI! Did I understood correctly, that there are two errors occurred, first time failed to pull image, but later it was successful, but failed to reach out to Nextcloud?
Hi @andrey18106 Yes, here 2 errors occurred. When the appapi could not pull the image, I tried to pull the image from the cloud via docker pull, but still shows can not pull the image. So I clone the cloud-py-api/test-deploy and then build it myself.
I retested and deployed it from appapi, but it still shows that I can not pull the image. Then I retried removing ports on the nextcloud-appapi-dsp container but got the same error. I don't know what happened after several retries it can be passed. I saw it pull the cloud-py-api/test-deploy-cpu image and deploy it not cloud-py-api/test-deploy.
But the initialization phase got another error message "Can't report the ExApp status to the Nextcloud instance.". The nextcloud container can be passed by ping from nextcloud-appapi-dsp. so the network is workable.
How should I solve it?
After update Appapi v3.0.0, it can be solved.
Describe the bug
I got two problems as below when I test deploy:
Can not pull image with 504 Gatewa time-out
Can't report the ExApp status to the Nextcloud instance.
ERROR occurred! Can't report the ExApp status to the Nextcloud instance. TRACE: 172.18.0.4:54590 - ASGI [3] Completed
version: '3.7' networks: nextcloud: name: nextcloud_proxy driver: bridge
volumes: nexecloud: db: appapi:
services: db: image: postgres:12-alpine container_name: Nextcloud-DB restart: always volumes:
nextcloud
app: image: nextcloud:29.0.3-apache container_name: Nextcloud restart: always ports:
nextcloud
appapi: image: ghcr.io/cloud-py-api/nextcloud-appapi-dsp:release container_name: nextcloud-appapi-dsp hostname: nextcloud-appapi-dsp restart: unless-stopped privileged: true volumes:
AppApi config