Error when deploying the application

Wappler Version: 5.8.2
After reinstalling Docker, I get this error:

Has anyone encountered something similar?

What can be done to fix this?

When testing a remote connection, I get this error:


Before reinstalling docker desktop, everything worked fine.

Any ideas?

Hey @Mr.Rubi,

I haven’t ever used git or docker so not familiar and that’s why I can’t propose you how to fix this (if possinle)…

But reading your initial error message I noticed that "git was not found in the system…"

Maybe after you reinstalled docker you must check your git (parameters, details, setup???)
(I would start from making sure that my git and docker is setup correctly)

Again, I don’t know at all about these and just ignore me if I’m saying nonsense…

Seems the newer docker needs also git on your server. So as you updated the packages just make sure git is also installed.

1 Like

Thanks for the ideas guys, but the problem is something else. Git is installed on this computer:
Π‘Π½ΠΈΠΌΠΎΠΊ экрана 2023-09-13 Π² 15.05.39

The problem occurs only when I try to deploy applications using the Resource Manager Cloud Provider custom VDS functionality.

There are no problems with connecting via SSH. Wappler sees the entire docker infrastructure correctly. However, I cannot deploy the application:

An interesting point is that I have another target set up for another server, but without using the Resource Manager Cloud Provider, but using the connection with the help of Docker sockets. There are no problems there. Wappler connects perfectly to this target and will deploy my application there without any problems:

I mean git on your server, not on your local pc.

So just open a terminal to your remote server and see if git is available there. You can open a SSH terminal to it from the server context menu in Resource Manager.

Git was not installed on the servers, it’s true. Not on the one on which the error occurs when deploying through the Resource Manager Cloud Provider, nor on the one on which the deployment passes normally through the Docker socket.

I installed git on the server where the error occurs during deployment, but this did not change the situation, deployment is still not possible:

It is also worth noting that this is not a specific server error. I ordered another server for testing, configured it in the Resource Manager Cloud Provider, but it is also impossible to deploy. The same error occurs. At the same time, the server setup in the Wappler via SSH goes fine. I deploy Traefik, Portainer and Redis there.

1 Like

So what do you get now when you try to deploy to this server?

This might be a bug in docker, you can try to disable buildx by setting a global ENV variable, do restart Wappler fully after that: