Cron requests are redirected when DANSE Config, DANSE Form, DANSE Log, or DANSE User is enabled
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3379118. --> Reported by: [alex.bukach](https://www.drupal.org/user/1958006) Related to !9 >>> <p>Cron URL is redirected to front page instead of processing cron jobs when DANSE Config, DANSE Form, DANSE Log, or DANSE User module is enabled, and there are events for one of them in the queue.</p> <p>Here's how it happens:</p> <p>* Push Framework tries to render push-object entity.<br> * Push-object entity is a an entity returned by a payload of respective DANSE event.<br> * Entity returned by payloads of DANSE Config, DANSE Form, DANSE Log, and DANSE User events are DANSE events.<br> * When a DANSE event is being rendered, its EventView::build() redirects a user to another page instead of returning any content.</p> <p>Do we miss anything in the module setup?</p>
issue