- Issue created by @ayrmax
- Merge request !2Issue #3530955: Cannot load the "%s" entity with NULL ID. → (Merged) created by dhruv.mittal
- Status changed to Fixed
about 19 hours ago 9:59am 6 November 2025
I noticed that there can be the case that the "responsive_image_style" setting is empty. This triggers an error.
The issue is in "umf/src/Plugin/Field/FieldFormatter/UniversalMediaFormatter.php" line 296.
A check might be required:
$responsive_image_style = $this->responsiveImageStyleStorage->load($this->getSetting('responsive_image_style'));
Active
1.0
Code