WSOD when adding entity load events with user entity type
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3332070. --> Reported by: [nicholass](https://www.drupal.org/user/3487851) Related to !347 !348 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p> While working on a workflow I got a white screen of death site wide, and had to manually restore the database. I narrowed it down to the point where I added Two(2) Start Events. Maybe if I was doing something dumb it could prevent me from saving it with two start events if that was the problem? </p> <p>1. Update content entity User:User<br> 2. Load content entity User:User</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <p>See attached video <a href="https://www.drupal.org/files/issues/2023-01-09/WSOD-Two_actions2023-01-09_12-38-23.mp4">WSOD-Two_actions2023-01-09_12-38-23.mp4</a><br> 1. Create new Model.<br> 2. Add Circle with Update content entity User:User<br> 3. Add second Circle with Load content entity User:User<br> 4. Hit save<br> 5. See error, no drush commands help trying to clear cache resulted in<code> `/mnt/ddev_config/.global_commands/web/drush: line 14:&nbsp; 2520 Segmentation fault&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; drush "$@"`</code>. Site had to be recovered by manually deleting the config entries from the database.</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <h3 id="summary-ui-changes">User interface changes</h3> <h3 id="summary-api-changes">API changes</h3> <h3 id="summary-data-model-changes">Data model changes</h3>
issue