Troubleshooting a private, customized KoBoToolbox installation

I’m guessing that you don’t have this change in your kobo-docker:

I’d be afraid to attempt an upgrade right now, but in kobo-docker/nginx/docker-entrypoint.d/30-init-kobo-nginx.sh, you could try manually changing container_ports=( ['kpi']='8000' ['kobocat']='8000' ) to container_ports=( ['kpi']='8000' ['kobocat']='8001' ).

Edit: after doing that, you’ll need to recreate your NGINX container, e.g. with ./run.py -cf up -d --force-recreate nginx

If that doesn’t work, send me the commit of kobo-docker that you have. You can get this by going into the kobo-docker directory and running git show.

1 Like

OMG it worked. :boom:

I have no words to express my gratitude for you @jnm. Thank you so much for taking the time to resolve my complex issues. Wish there was some way to return the favor!

2 Likes

Great! Hopefully this public troubleshooting can help someone else in the future :smiley:
Best of luck with your data collection :+1:

2 Likes

Hi, I am facing the same issue and after checking the file the container ports are the same as yours but still, error has persisted. I have tried the restart but still not working.

1 Like