500 Code Error while trying to reach out Admin Sytem info page

In our CommCareHQ installation we got an error 500 Code Error while trying to reach out Admin Sytem info page.
Any guidance to debug ?
Thanks

Hi, can you check the Django service logs to find the details of the error?

Thanks Ethan for your reply
Here are the logs

Hi @Ethan_Soergel,

Have you been able to check the logs?

Thanks,

Hi @Babacar_Gueye and @guillaume,

The logs seem to suggest that Kafka is either not running or has an issue. You can try restarting kafka with

cchq <env> service kafka restart

where <env> is the name of your commcare environment.

You could also look at the Kafka logs to see what the issue might be. You can find where these logs are by running

cchq <env> service kafka logs

You could paste the output of any kafka error messages here and I can try to assist further.

Thanks!