Network wappler-compose_proxy declared as external, but could not be found

Hello, when deploying on Docker I am receiving the following error message:

=> [web] exporting to image                                                                                                                     0.0s
 => => exporting layers                                                                                                                          0.0s
 => => writing image sha256:d44e7d0734c11a922c104698e7bcf82d055a7671c40128ed7830d4e330249b6a                                                     0.0s
 => => naming to docker.io/library/zigzag_ai__staging_do-1-web                                                                                   0.0s
network wappler-compose_proxy declared as external, but could not be found
Error Launching Services!

Wappler Version : v5.8.2
Operating System : MAC OS Ventura 13.5.1 M1
Server Model: Docker
Database Type: Cloud Database
Hosting Type: Digital Ocean

The Docker deployment used to work normally, I tried creating a new node and doing the deployment but yet I received the same error, how can I address it?

Thanks!

This is the yml declaration:

The network wappler-compose_proxy does not seem to exist:

So I did: docker network create wappler-compose_proxy in the terminal and it magically worked 🤷🏻

1 Like

Furthermore this was solved in the latest Wappler 6 beta.

1 Like