Error After Installing KOBOToolBox in My Server

Please Help Me!
After Installing I got error.

naylinsoe@ubuntu-pro:~$ cd /etc/kobo-install
naylinsoe@ubuntu-pro:/etc/kobo-install$ sudo python3 run.py
Stopping kobofe_nginx_1 … done
Stopping kobofe_enketo_express_1 … done
Stopping kobofe_kpi_1 … done
Stopping kobofe_kobocat_1 … done
Removing network kobofe_kobo-fe-network
Removing network kobomaintenance_kobo-maintenance-network
WARNING: Network kobomaintenance_kobo-maintenance-network not found.
Stopping kobobe_postgres_1 … done
Stopping kobobe_mongo_1 … done
Stopping kobobe_redis_cache_1 … done
Stopping kobobe_redis_main_1 … done
Removing kobobe_postgres_1 … done
Removing kobobe_mongo_1 … done
Removing kobobe_redis_cache_1 … done
Removing kobobe_redis_main_1 … done
Removing network kobobe_kobo-be-network
Removing kobofe_nginx_1 … done
Removing kobofe_enketo_express_1 … done
Removing kobofe_kpi_1 … done
Removing kobofe_kobocat_1 … done
Removing network kobofe_kobo-fe-network
WARNING: Network kobofe_kobo-fe-network not found.
Removing network kobobe_kobo-be-network
WARNING: Network kobobe_kobo-be-network not found.
Launching environment
Creating network “kobobe_kobo-be-network” with driver “bridge”
Creating kobobe_postgres_1 … done
Creating kobobe_redis_cache_1 … done
Creating kobobe_mongo_1 … done
Creating kobobe_redis_main_1 … done
Waiting for PostgreSQL database to be up & running…
Creating network “kobofe_kobo-fe-network” with driver “bridge”
Creating kobofe_kpi_run … done
The PostgreSQL database is running!
Creating kobofe_kpi_run … done
Creating kobofe_kpi_1 … done
Creating kobofe_nginx_1 … done
Creating kobofe_enketo_express_1 … done
Creating kobofe_kobocat_1 … done
Waiting for environment to be ready. It can take a few minutes.

KoBoToolbox has not started yet. This is can be normal with low CPU/RAM computers.

Wait for another 600 seconds?
1) Yes
2) No
[1]: 2

Sometimes front-end containers cannot communicate with back-end containers.
Restarting the front-end containers usually fixes it.

Would you like to try?
1) Yes
2) No
[1]: 2

╔════════════════════════════════════════════════════════════════════╗
║ ║
║ KoBoToolbox could not start! ║
║ Please try python3 run.py --logs to see the logs. ║
║ ║
╚════════════════════════════════════════════════════════════════════╝
naylinsoe@ubuntu-pro:/etc/kobo-install$ sudo python3 run.py --setup
╔════════════════════════════════════════════════════════════════════╗
║ ║
║ Welcome to kobo-install. ║
║ ║
║ You are going to be asked some questions that will determine how ║
║ to build the configuration of KoboToolBox. ║
║ ║
║ Some questions already have default values (within brackets). ║
║ Just press enter to accept the default value or enter - to ║
║ remove previously entered value. ║
║ Otherwise choose between choices or type your answer. ║
║ ║
╚════════════════════════════════════════════════════════════════════╝
Where do you want to install?
[/etc/kobo-docker]:
Please confirm path [/etc/kobo-docker]
1) Yes
2) No
[1]:
Do you want to see advanced options?
1) Yes
2) No
[2]: 1
What kind of installation do you need?
1) On your workstation
2) On a server
[2]: 2
Please choose which network interface you want to use?
eth0) 10.0.0.4
other) Other
[eth0]:
Do you want to use separate servers for front end and back end?
1) Yes
2) No
[2]: 2
Public domain name?: kobotoolbox.eastus.cloudapp.azure.com
KPI sub domain? [kf]:
KoBoCat sub domain? [kc]:
Enketo Express sub domain name? [ee]:
Do you want to use HTTPS?
1) Yes
2) No
[1]:
╔════════════════════════════════════════════════════════════════════╗
║ ║
║ Please note that certificates must be installed on a reverse-proxy ║
║ or a load balancer.kobo-install can install one, if needed. ║
║ ║
╚════════════════════════════════════════════════════════════════════╝
Auto-install HTTPS certificates with Let’s Encrypt?
1) Yes
2) No - Use my own reverse-proxy/load-balancer
[2]:
Is your reverse-proxy/load-balancer installed on this server?
1) Yes
2) No
[1]:
Internal port used by reverse proxy?
[8080]:
SMTP server? :
SMTP port? [25]:
SMTP user? :
From email address? [support@.com]:
Super user’s username? [super_admin]:
Super user’s password? [AP6fB9PESANzO41cebxC]:
Docker Compose prefix? (leave empty for default) :
Use staging mode?
1) Yes
2) No
[2]:
KoBoCat PostgreSQL database name?
[kobocat]:
KPI PostgreSQL database name?
[koboform]:
PostgreSQL user’s username?
[kobo]:
PostgreSQL user’s password?
[5zmgPutDFaPtCty233AJ]:
Do you want to tweak PostgreSQL settings?
1) Yes
2) No
[2]:
MongoDB root’s username?
[root]:
MongoDB root’s password?
[HxGyeU8xp1Yhodeuhabu]:
MongoDB user’s username?
[kobo]:
MongoDB user’s password?
[bJkKz8vA5mnzTTb6Zmdk]:
Do you want to run the Redis containers from this server?
1) Yes
2) No
[1]:
Redis password?
[fdGFxH6hKpST4ld6C4EG]:
Max memory (MB) for Redis cache container?
Leave empty for no limits
:
Do you want to expose back-end container ports (PostgreSQL, MongoDB, Redis)?
1) Yes
2) No
[2]:
Do you want to customize the application secret keys?
1) Yes
2) No
[2]:
Do you want to use AWS S3 storage?
1) Yes
2) No
[2]:
Google Analytics Identifier :
Google API Key :
Do you want to use Sentry?
1) Yes
2) No
[2]:
Do you want to tweak uWSGI settings?
1) Yes
2) No
[2]:
Do you want to restrict API calls between KPI and KoBoCAT to their internal domain names?
1) Yes
2) No
[1]:
Length of users’ session (in hours)?
[168]:
Do you want to add additional settings to the front-end docker containers?
1) Yes
2) No
[2]:
Do you want to add additional settings to the back-end docker containers?
1) Yes
2) No
[2]:
Do you want to activate backups?
1) Yes
2) No
[2]:
Stopping kobofe_kobocat_1 …
Stopping kobofe_kobocat_1 … done
Stopping kobofe_kpi_1 …
Stopping kobofe_enketo_express_1 … done
Stopping kobofe_nginx_1 … done

Removing network kobomaintenance_kobo-maintenance-network
WARNING: Network kobomaintenance_kobo-maintenance-network not found.
Removing network kobofe_kobo-fe-network
Stopping kobobe_redis_main_1 … done
Stopping kobobe_mongo_1 … done
Stopping kobobe_postgres_1 … done
Stopping kobobe_redis_cache_1 … done
Removing kobobe_redis_main_1 … done
Removing kobobe_mongo_1 … done
Removing kobobe_postgres_1 … done
Removing kobobe_redis_cache_1 … done
Removing network kobobe_kobo-be-network
Removing kobofe_kobocat_1 … done
Removing kobofe_enketo_express_1 … done
Removing kobofe_kpi_1 … done
Removing kobofe_nginx_1 … done
Removing network kobobe_kobo-be-network
WARNING: Network kobobe_kobo-be-network not found.
Removing network kobofe_kobo-fe-network
WARNING: Network kobofe_kobo-fe-network not found.
Launching environment
Creating network “kobobe_kobo-be-network” with driver “bridge”
Creating kobobe_redis_main_1 … done
Creating kobobe_postgres_1 … done
Creating kobobe_redis_cache_1 … done
Creating kobobe_mongo_1 … done
Waiting for PostgreSQL database to be up & running…
Creating network “kobofe_kobo-fe-network” with driver “bridge”
Creating kobofe_kpi_run … done
The PostgreSQL database is running!
Creating kobofe_kpi_run … done
Creating kobofe_kobocat_1 … done
Creating kobofe_nginx_1 … done
Creating kobofe_enketo_express_1 … done
Creating kobofe_kpi_1 … done
Waiting for environment to be ready. It can take a few minutes.

KoBoToolbox has not started yet. This is can be normal with low CPU/RAM computers.

Wait for another 600 seconds?
1) Yes
2) No
[1]: 2

Sometimes front-end containers cannot communicate with back-end containers.
Restarting the front-end containers usually fixes it.

Would you like to try?
1) Yes
2) No
[1]: 1
Stopping kobofe_kpi_1 … done
Stopping kobofe_nginx_1 … done
Stopping kobofe_enketo_express_1 … done
Stopping kobofe_kobocat_1 … done
Removing network kobofe_kobo-fe-network
Removing network kobomaintenance_kobo-maintenance-network
WARNING: Network kobomaintenance_kobo-maintenance-network not found.
Removing kobofe_kpi_1 … done
Removing kobofe_nginx_1 … done
Removing kobofe_enketo_express_1 … done
Removing kobofe_kobocat_1 … done
Removing network kobofe_kobo-fe-network
WARNING: Network kobofe_kobo-fe-network not found.
Removing network kobobe_kobo-be-network
ERROR: error while removing network: network kobobe_kobo-be-network id 662389f0e681d72b67c7a4b99a10a40d8fea51b8852fae17cf08a7db46d09599 has active endpoints
An error has occurred
naylinsoe@ubuntu-pro:/etc/kobo-install$

i am facing the same issue !!! doesnot kobo team reply to the thread? Are they inactive in the forum?