An issue I have on a fresh docker install: After login I can reach the Web-Gui. But I can't enter a new sender - the Webbrowser shows me "An internal error occured". In the logfile I can see a render error: 2026-02-20T06:48:29.280 [error] #PID<0.20131.0> running KeilaWeb.Endpoint (connection #PID<0.20130.0>, stream id 1) terminated
Server: keila.my-domain.de:80 (http)
Request: GET /admin/shared-senders/new
** (exit) an exception was raised:
** (Phoenix.Template.UndefinedError) Could not render "_config.html" for KeilaWeb.SenderView, please define a matching clause for render/2 or define a template at "lib/keila_web/templates/sender/*". The following templates were compiled:
* _config_edit.html
* _config_new.html
* _empty_state.html
* _local_config.html
* _mailgun_config.html
* _postmark_config.html
* _sendgrid_config.html
* _ses_config.html
* _shared_local_config.html
* _shared_ses_config.html
* _smtp_config.html
* delete.html
* edit_live.html
* index.html
* verification_failure.html
* verification_success.html