Nginx Error when trying to view a deployed form

I am getting an error if I try to preview or open a deployed form. I have a self hosted instalment. If I take a look at the logs using

docker logs -f --since 60m kobo-docker_kobocat_1

I am getting:

nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)

The server only contains the Kobotoolbox application and port 80 is been used by the same application. May you kindly assist.

Hi @tendaitakas,

nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use) is a known error but I’m pretty sure that it’s not related to your error.
Do you have other logs than that? You should look at kpi container logs too.