When extending the @EasyAdmin/page/content.html.twig template without overriding the content_title block (as referenced in line 8 of the parent template), the application enters an infinite loop.
This issue is difficult to diagnose due to:
- Unhelpful or missing stack traces.
- Request timeouts, which obscure the root cause.
Please add a fallback or validation in the parent template to prevent the loop when content_title is missing.
EasyAdminBundle version: 4.29.13
When extending the
@EasyAdmin/page/content.html.twigtemplate without overriding thecontent_titleblock (as referenced in line 8 of the parent template), the application enters an infinite loop.This issue is difficult to diagnose due to:
Please add a fallback or validation in the parent template to prevent the loop when
content_titleis missing.EasyAdminBundle version:
4.29.13