TCP Health Failed Koyeb X Chainlit

Hello,
Instance was working well with no issues as a web service for weeks, now it is saying “TCP health check failed on port 8000.”
When I run it locally it working well. Also when I run it as a worker it is also running well.

Any help please on that?

Hi @kzhioua,

It looks like Chainlit is currently set to listen on 127.0.0.1 by default, which is blocking our health check. Updating your command to chainlit run --host 0.0.0.0 ... should resolve the issue.