Error while installing kobo on standalone server

Hi,

I am trying to install Kobo on AWS server. Setup is OK, but getting this error while trying to run it:

[+] Running 7/7
 ✔ Container kobofe-worker-1               Started2.6s
 ✔ Container kobofe-worker_low_priority-1  Started2.5s
 ✔ Container kobofe-worker_kobocat-1       Started2.6s
 ✔ Container kobofe-beat-1                 Started2.5s
 ✔ Container kobofe-nginx-1                Started2.4s
 ✔ Container kobofe-enketo_express-1       Started2.6s
 ✔ Container kobofe-kpi-1                  Started2.4s
WARN[0000] a network with name kobofe_kobo-fe-network exists but was not created for project "nginx-certbot".
Set `external: true` to use an existing network
[+] Running 1/1
 ✔ Network kobofe_kobo-fe-network  Removed0.0s
Error response from daemon: error while removing network: network kobofe_kobo-fe-network id c58443a5854632e3e9d34076510ff1b33b6e9cbaba823e96b257a2b5bcec7d62 has active endpoints
An error has occurred

Can someone help?
Thanks.

Welcome to the community, @saadaan! Linking you with @stephenoduor on this.

Hi all,
I have the same issue with my deployment. Did anyone succeed in finding a solution?
@saadaan @stephenoduor
Thanks

@nsaibirni Still waiting to get some help on the forum…

I edited the docker-compose.maintenance.yml file and removed the “kobofe_” prefix from the network name, and it seems to work. Not sure if this is the right solution, though.

networks:
  kobo-fe-network:
    name: kobofe_kobo-fe-network

To

networks:
  kobo-fe-network:
    name: kobo-fe-network