Closed rgaudin closed 9 months ago
This config: https://imager.kiwix.org/configurations/1008 is failing to generate the CaddyFile (inside the reverse-proxy container).
We have a Jinja2 error jinja2.exceptions.UndifernedError: dict_values object has no element 0.
jinja2.exceptions.UndifernedError: dict_values object has no element 0
The container is hence restarting forever
Edit: looks like I forgot to save the configuration, and there is hence no content at all selected in the configuration
From @benoit74
Is due to having a single service (hwclock, added by cardshop) as we have a special case to redirect / to its URL from homepage.
/
This config: https://imager.kiwix.org/configurations/1008 is failing to generate the CaddyFile (inside the reverse-proxy container).
We have a Jinja2 error
jinja2.exceptions.UndifernedError: dict_values object has no element 0
.The container is hence restarting forever
Edit: looks like I forgot to save the configuration, and there is hence no content at all selected in the configuration