- Issue created by @selwynpolit
- πΊπΈUnited States selwynpolit
It is interesting to note that Layout Builder recovers as soon as I remove the second bootstrap paragraph field from its content type.
I need to place accordions on multiple content types but Layout Builder fails to load after I add the second one.
On Fresh Drupal 10.4 site, add a paragraphs field `field_test1` to page content type
Set display to use Layout Builder
Click manage layout
add the new field & save
Add a second content type (page-2-col)
Set display to use Layout Builder
reuse the same new field `field_test1`
Set display to use Layout Builder
click manage layout
add the new field and save
click manage layout
WSOD
```
Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 20480 bytes) in /var/www/html/web/core/lib/Drupal/Core/Entity/ContentEntityBase.php on line 644
Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 20480 bytes) in /var/www/html/web/core/lib/Drupal/Core/Session/SessionHandler.php on line 86
Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 20480 bytes) in /var/www/html/web/core/includes/errors.inc on line 61
```
Active
5.0
Code
It is interesting to note that Layout Builder recovers as soon as I remove the second bootstrap paragraph field from its content type.