Recurring logics - I can't clear the canceled ones

Recurring logics - I can’t clear the canceled ones

When I click on the Clear Cancelled button, I get the error below. I have 9 Recurring logics in this situation that need to be deleted.

Oops, we’re sorry but something went wrong undefined method `cancel’ for nil:NilClass

$ sudo foreman-rake errors:fetch_log request_id=d69c9fb8

Foreman version: 3.10.0
Plugins:
 - foreman-tasks 9.1.1
 - foreman_ansible 14.0.0
 - foreman_bootdisk 21.2.2
 - foreman_discovery 24.0.1
 - foreman_hooks 0.3.17
 - foreman_openscap 7.1.1
 - foreman_puppet 6.4.0
 - foreman_remote_execution 13.0.0
 - katello 4.12.1

2024-09-17T13:55:14 [I|app|d69c9fb8] Started POST "/foreman_tasks/recurring_logics/clear_cancelled" for 172.28.14.31 at 2024-09-17 13:55:14 -0300
2024-09-17T13:55:14 [I|app|d69c9fb8] Processing by ForemanTasks::RecurringLogicsController#clear_cancelled as HTML
2024-09-17T13:55:14 [I|app|d69c9fb8]   Parameters: {"authenticity_token"=>"telS_3wuGhs5d_FY5yxcHdgqw8TNHcTnPVo2luwUNWlvjfGfCaNDvppZg9XhzjR3xkYxzv36FcSy0cU2ll_UAQ"}
2024-09-17T13:55:14 [I|aud|d69c9fb8] Katello::SyncPlan (6) destroy event on name sp_tjgo_main_repo
2024-09-17T13:55:14 [I|aud|d69c9fb8] Katello::SyncPlan (6) destroy event on description Repos para o Produto TJGO Main Repo
2024-09-17T13:55:14 [I|aud|d69c9fb8] Katello::SyncPlan (6) destroy event on sync_date 2024-06-18 22:15:00 -0300
2024-09-17T13:55:14 [I|aud|d69c9fb8] Katello::SyncPlan (6) destroy event on interval daily
2024-09-17T13:55:14 [I|aud|d69c9fb8] Katello::SyncPlan (6) destroy event on organization_id 4
2024-09-17T13:55:14 [I|aud|d69c9fb8] Katello::SyncPlan (6) destroy event on foreman_tasks_recurring_logic_id 47
2024-09-17T13:55:14 [I|aud|d69c9fb8] Katello::SyncPlan (6) destroy event on cron_expression
2024-09-17T13:55:14 [I|aud|d69c9fb8] Katello::SyncPlan (6) destroy event on task_group_id 52
2024-09-17T13:55:14 [I|aud|d69c9fb8] Katello::SyncPlan (6) destroy event on product_ids [45]
2024-09-17T13:55:14 [W|app|d69c9fb8] undefined method `cancel' for nil:NilClass
2024-09-17T13:55:14 [I|app|d69c9fb8] Backtrace for 'undefined method `cancel' for nil:NilClass' error (NoMethodError): undefined method `cancel' for nil:NilClass
 d69c9fb8 | /usr/share/gems/gems/dynflow-1.8.3/lib/dynflow/execution_plan.rb:311:in `block in cancel'
 d69c9fb8 | /usr/share/gems/gems/dynflow-1.8.3/lib/dynflow/execution_plan.rb:311:in `tap'
 d69c9fb8 | /usr/share/gems/gems/dynflow-1.8.3/lib/dynflow/execution_plan.rb:311:in `cancel'
 d69c9fb8 | /usr/share/gems/gems/foreman-tasks-9.1.1/app/models/foreman_tasks/task/dynflow_task.rb:32:in `cancel'
 d69c9fb8 | /usr/share/gems/gems/activerecord-6.1.7.8/lib/active_record/relation/delegation.rb:88:in `each'
 d69c9fb8 | /usr/share/gems/gems/activerecord-6.1.7.8/lib/active_record/relation/delegation.rb:88:in `each'
 d69c9fb8 | /usr/share/gems/gems/foreman-tasks-9.1.1/app/models/foreman_tasks/recurring_logic.rb:95:in `cancel'
 d69c9fb8 | /usr/share/gems/gems/katello-4.12.1/app/models/katello/sync_plan.rb:125:in `cancel_recurring_logic'
 d69c9fb8 | /usr/share/gems/gems/activesupport-6.1.7.8/lib/active_support/callbacks.rb:427:in `block in make_lambda'
 d69c9fb8 | /usr/share/gems/gems/activesupport-6.1.7.8/lib/active_support/callbacks.rb:198:in `block (2 levels) in halting'
 d69c9fb8 | /usr/share/gems/gems/activesupport-6.1.7.8/lib/active_support/callbacks.rb:604:in `block (2 levels) in default_terminator'
 d69c9fb8 | /usr/share/gems/gems/activesupport-6.1.7.8/lib/active_support/callbacks.rb:603:in `catch'
 d69c9fb8 | /usr/share/gems/gems/activesupport-6.1.7.8/lib/active_support/callbacks.rb:603:in `block in default_terminator'
 d69c9fb8 | /usr/share/gems/gems/activesupport-6.1.7.8/lib/active_support/callbacks.rb:199:in `block in halting'
 d69c9fb8 | /usr/share/gems/gems/activesupport-6.1.7.8/lib/active_support/callbacks.rb:512:in `block in invoke_before'
 d69c9fb8 | /usr/share/gems/gems/activesupport-6.1.7.8/lib/active_support/callbacks.rb:512:in `each'
 d69c9fb8 | /usr/share/gems/gems/activesupport-6.1.7.8/lib/active_support/callbacks.rb:512:in `invoke_before'
 d69c9fb8 | /usr/share/gems/gems/activesupport-6.1.7.8/lib/active_support/callbacks.rb:105:in `run_callbacks'
 d69c9fb8 | /usr/share/gems/gems/activesupport-6.1.7.8/lib/active_support/callbacks.rb:824:in `_run_destroy_callbacks'
 d69c9fb8 | /usr/share/gems/gems/activerecord-6.1.7.8/lib/active_record/callbacks.rb:439:in `destroy'
 d69c9fb8 | /usr/share/gems/gems/activerecord-6.1.7.8/lib/active_record/transactions.rb:294:in `block in destroy'
 d69c9fb8 | /usr/share/gems/gems/activerecord-6.1.7.8/lib/active_record/transactions.rb:354:in `block in with_transaction_returning_status'
 d69c9fb8 | /usr/share/gems/gems/activerecord-6.1.7.8/lib/active_record/connection_adapters/abstract/database_statements.rb:318:in `transaction'
 d69c9fb8 | /usr/share/gems/gems/activerecord-6.1.7.8/lib/active_record/transactions.rb:350:in `with_transaction_returning_status'
 d69c9fb8 | /usr/share/gems/gems/activerecord-6.1.7.8/lib/active_record/transactions.rb:294:in `destroy'
 d69c9fb8 | /usr/share/gems/gems/activerecord-6.1.7.8/lib/active_record/associations/has_one_association.rb:33:in `delete'
 d69c9fb8 | /usr/share/gems/gems/activerecord-6.1.7.8/lib/active_record/associations/has_one_association.rb:22:in `handle_dependency'
 d69c9fb8 | /usr/share/gems/gems/activerecord-6.1.7.8/lib/active_record/associations/builder/association.rb:136:in `block in add_destroy_callbacks'
 d69c9fb8 | /usr/share/gems/gems/activesupport-6.1.7.8/lib/active_support/callbacks.rb:427:in `instance_exec'
 d69c9fb8 | /usr/share/gems/gems/activesupport-6.1.7.8/lib/active_support/callbacks.rb:427:in `block in make_lambda'
 d69c9fb8 | /usr/share/gems/gems/activesupport-6.1.7.8/lib/active_support/callbacks.rb:198:in `block (2 levels) in halting'
 d69c9fb8 | /usr/share/gems/gems/activesupport-6.1.7.8/lib/active_support/callbacks.rb:604:in `block (2 levels) in default_terminator'
 d69c9fb8 | /usr/share/gems/gems/activesupport-6.1.7.8/lib/active_support/callbacks.rb:603:in `catch'
 d69c9fb8 | /usr/share/gems/gems/activesupport-6.1.7.8/lib/active_support/callbacks.rb:603:in `block in default_terminator'
 d69c9fb8 | /usr/share/gems/gems/activesupport-6.1.7.8/lib/active_support/callbacks.rb:199:in `block in halting'
 d69c9fb8 | /usr/share/gems/gems/activesupport-6.1.7.8/lib/active_support/callbacks.rb:512:in `block in invoke_before'
 d69c9fb8 | /usr/share/gems/gems/activesupport-6.1.7.8/lib/active_support/callbacks.rb:512:in `each'
 d69c9fb8 | /usr/share/gems/gems/activesupport-6.1.7.8/lib/active_support/callbacks.rb:512:in `invoke_before'
 d69c9fb8 | /usr/share/gems/gems/activesupport-6.1.7.8/lib/active_support/callbacks.rb:105:in `run_callbacks'
 d69c9fb8 | /usr/share/gems/gems/activesupport-6.1.7.8/lib/active_support/callbacks.rb:824:in `_run_destroy_callbacks'
 d69c9fb8 | /usr/share/gems/gems/activerecord-6.1.7.8/lib/active_record/callbacks.rb:439:in `destroy'
 d69c9fb8 | /usr/share/gems/gems/activerecord-6.1.7.8/lib/active_record/transactions.rb:294:in `block in destroy'
 d69c9fb8 | /usr/share/gems/gems/activerecord-6.1.7.8/lib/active_record/transactions.rb:354:in `block in with_transaction_returning_status'
 d69c9fb8 | /usr/share/gems/gems/activerecord-6.1.7.8/lib/active_record/connection_adapters/abstract/database_statements.rb:320:in `block in transaction'
 d69c9fb8 | /usr/share/gems/gems/activerecord-6.1.7.8/lib/active_record/connection_adapters/abstract/transaction.rb:319:in `block in within_new_transaction'
 d69c9fb8 | /usr/share/gems/gems/activesupport-6.1.7.8/lib/active_support/concurrency/load_interlock_aware_monitor.rb:26:in `block (2 levels) in synchronize'
 d69c9fb8 | /usr/share/gems/gems/activesupport-6.1.7.8/lib/active_support/concurrency/load_interlock_aware_monitor.rb:25:in `handle_interrupt'
 d69c9fb8 | /usr/share/gems/gems/activesupport-6.1.7.8/lib/active_support/concurrency/load_interlock_aware_monitor.rb:25:in `block in synchronize'
 d69c9fb8 | /usr/share/gems/gems/activesupport-6.1.7.8/lib/active_support/concurrency/load_interlock_aware_monitor.rb:21:in `handle_interrupt'
 d69c9fb8 | /usr/share/gems/gems/activesupport-6.1.7.8/lib/active_support/concurrency/load_interlock_aware_monitor.rb:21:in `synchronize'
 d69c9fb8 | /usr/share/gems/gems/activerecord-6.1.7.8/lib/active_record/connection_adapters/abstract/transaction.rb:317:in `within_new_transaction'
 d69c9fb8 | /usr/share/gems/gems/activerecord-6.1.7.8/lib/active_record/connection_adapters/abstract/database_statements.rb:320:in `transaction'
 d69c9fb8 | /usr/share/gems/gems/activerecord-6.1.7.8/lib/active_record/transactions.rb:350:in `with_transaction_returning_status'
 d69c9fb8 | /usr/share/gems/gems/activerecord-6.1.7.8/lib/active_record/transactions.rb:294:in `destroy'
 d69c9fb8 | /usr/share/gems/gems/activerecord-6.1.7.8/lib/active_record/relation.rb:553:in `each'
 d69c9fb8 | /usr/share/gems/gems/activerecord-6.1.7.8/lib/active_record/relation.rb:553:in `destroy_all'
 d69c9fb8 | /usr/share/gems/gems/foreman-tasks-9.1.1/app/controllers/foreman_tasks/recurring_logics_controller.rb:29:in `clear_cancelled'
 d69c9fb8 | /usr/share/gems/gems/actionpack-6.1.7.8/lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'
 d69c9fb8 | /usr/share/gems/gems/actionpack-6.1.7.8/lib/abstract_controller/base.rb:228:in `process_action'
 d69c9fb8 | /usr/share/gems/gems/actionpack-6.1.7.8/lib/action_controller/metal/rendering.rb:30:in `process_action'
 d69c9fb8 | /usr/share/gems/gems/actionpack-6.1.7.8/lib/abstract_controller/callbacks.rb:42:in `block in process_action'
 d69c9fb8 | /usr/share/gems/gems/activesupport-6.1.7.8/lib/active_support/callbacks.rb:117:in `block in run_callbacks'
 d69c9fb8 | /usr/share/foreman/app/controllers/concerns/foreman/controller/timezone.rb:10:in `set_timezone'
 d69c9fb8 | /usr/share/gems/gems/activesupport-6.1.7.8/lib/active_support/callbacks.rb:126:in `block in run_callbacks'
 d69c9fb8 | /usr/share/foreman/app/models/concerns/foreman/thread_session.rb:32:in `clear_thread'
 d69c9fb8 | /usr/share/gems/gems/activesupport-6.1.7.8/lib/active_support/callbacks.rb:126:in `block in run_callbacks'
 d69c9fb8 | /usr/share/foreman/app/controllers/concerns/foreman/controller/topbar_sweeper.rb:12:in `set_topbar_sweeper_controller'
 d69c9fb8 | /usr/share/gems/gems/activesupport-6.1.7.8/lib/active_support/callbacks.rb:126:in `block in run_callbacks'
 d69c9fb8 | /usr/share/gems/gems/audited-5.4.3/lib/audited/sweeper.rb:16:in `around'
 d69c9fb8 | /usr/share/gems/gems/activesupport-6.1.7.8/lib/active_support/callbacks.rb:126:in `block in run_callbacks'
 d69c9fb8 | /usr/share/gems/gems/audited-5.4.3/lib/audited/sweeper.rb:16:in `around'
 d69c9fb8 | /usr/share/gems/gems/activesupport-6.1.7.8/lib/active_support/callbacks.rb:126:in `block in run_callbacks'
 d69c9fb8 | /usr/share/gems/gems/activesupport-6.1.7.8/lib/active_support/callbacks.rb:137:in `run_callbacks'
 d69c9fb8 | /usr/share/gems/gems/actionpack-6.1.7.8/lib/abstract_controller/callbacks.rb:41:in `process_action'
 d69c9fb8 | /usr/share/gems/gems/actionpack-6.1.7.8/lib/action_controller/metal/rescue.rb:22:in `process_action'
 d69c9fb8 | /usr/share/gems/gems/actionpack-6.1.7.8/lib/action_controller/metal/instrumentation.rb:34:in `block in process_action'
 d69c9fb8 | /usr/share/gems/gems/activesupport-6.1.7.8/lib/active_support/notifications.rb:203:in `block in instrument'
 d69c9fb8 | /usr/share/gems/gems/activesupport-6.1.7.8/lib/active_support/notifications/instrumenter.rb:24:in `instrument'
 d69c9fb8 | /usr/share/gems/gems/activesupport-6.1.7.8/lib/active_support/notifications.rb:203:in `instrument'
 d69c9fb8 | /usr/share/gems/gems/actionpack-6.1.7.8/lib/action_controller/metal/instrumentation.rb:33:in `process_action'
 d69c9fb8 | /usr/share/gems/gems/actionpack-6.1.7.8/lib/action_controller/metal/params_wrapper.rb:249:in `process_action'
 d69c9fb8 | /usr/share/gems/gems/activerecord-6.1.7.8/lib/active_record/railties/controller_runtime.rb:27:in `process_action'
 d69c9fb8 | /usr/share/gems/gems/actionpack-6.1.7.8/lib/abstract_controller/base.rb:165:in `process'
 d69c9fb8 | /usr/share/gems/gems/actionview-6.1.7.8/lib/action_view/rendering.rb:39:in `process'
 d69c9fb8 | /usr/share/gems/gems/actionpack-6.1.7.8/lib/action_controller/metal.rb:190:in `dispatch'
 d69c9fb8 | /usr/share/gems/gems/actionpack-6.1.7.8/lib/action_controller/metal.rb:254:in `dispatch'
 d69c9fb8 | /usr/share/gems/gems/actionpack-6.1.7.8/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'
 d69c9fb8 | /usr/share/gems/gems/actionpack-6.1.7.8/lib/action_dispatch/routing/route_set.rb:33:in `serve'
 d69c9fb8 | /usr/share/gems/gems/actionpack-6.1.7.8/lib/action_dispatch/journey/router.rb:50:in `block in serve'
 d69c9fb8 | /usr/share/gems/gems/actionpack-6.1.7.8/lib/action_dispatch/journey/router.rb:32:in `each'
 d69c9fb8 | /usr/share/gems/gems/actionpack-6.1.7.8/lib/action_dispatch/journey/router.rb:32:in `serve'
 d69c9fb8 | /usr/share/gems/gems/actionpack-6.1.7.8/lib/action_dispatch/routing/route_set.rb:842:in `call'
 d69c9fb8 | /usr/share/gems/gems/katello-4.12.1/lib/katello/middleware/organization_created_enforcer.rb:18:in `call'
 d69c9fb8 | /usr/share/gems/gems/katello-4.12.1/lib/katello/middleware/event_daemon.rb:10:in `call'
 d69c9fb8 | /usr/share/gems/gems/actionpack-6.1.7.8/lib/action_dispatch/middleware/static.rb:24:in `call'
 d69c9fb8 | /usr/share/gems/gems/actionpack-6.1.7.8/lib/action_dispatch/middleware/static.rb:24:in `call'
 d69c9fb8 | /usr/share/gems/gems/apipie-dsl-2.6.2/lib/apipie_dsl/static_dispatcher.rb:67:in `call'
 d69c9fb8 | /usr/share/gems/gems/apipie-rails-1.3.0/lib/apipie/static_dispatcher.rb:74:in `call'
 d69c9fb8 | /usr/share/gems/gems/actionpack-6.1.7.8/lib/action_dispatch/middleware/static.rb:24:in `call'
 d69c9fb8 | /usr/share/gems/gems/actionpack-6.1.7.8/lib/action_dispatch/middleware/static.rb:24:in `call'
 d69c9fb8 | /usr/share/gems/gems/actionpack-6.1.7.8/lib/action_dispatch/middleware/static.rb:24:in `call'
 d69c9fb8 | /usr/share/gems/gems/actionpack-6.1.7.8/lib/action_dispatch/middleware/static.rb:24:in `call'
 d69c9fb8 | /usr/share/gems/gems/actionpack-6.1.7.8/lib/action_dispatch/middleware/static.rb:24:in `call'
 d69c9fb8 | /usr/share/gems/gems/actionpack-6.1.7.8/lib/action_dispatch/middleware/static.rb:24:in `call'
 d69c9fb8 | /usr/share/gems/gems/actionpack-6.1.7.8/lib/action_dispatch/middleware/static.rb:24:in `call'
 d69c9fb8 | /usr/share/gems/gems/actionpack-6.1.7.8/lib/action_dispatch/middleware/static.rb:24:in `call'
 d69c9fb8 | /usr/share/foreman/lib/foreman/middleware/libvirt_connection_cleaner.rb:9:in `call'
 d69c9fb8 | /usr/share/foreman/lib/foreman/middleware/telemetry.rb:10:in `call'
 d69c9fb8 | /usr/share/gems/gems/apipie-rails-1.3.0/lib/apipie/middleware/checksum_in_headers.rb:27:in `call'
 d69c9fb8 | /usr/share/gems/gems/rack-2.2.8.1/lib/rack/tempfile_reaper.rb:15:in `call'
 d69c9fb8 | /usr/share/gems/gems/rack-2.2.8.1/lib/rack/etag.rb:27:in `call'
 d69c9fb8 | /usr/share/gems/gems/rack-2.2.8.1/lib/rack/conditional_get.rb:40:in `call'
 d69c9fb8 | /usr/share/gems/gems/rack-2.2.8.1/lib/rack/head.rb:12:in `call'
 d69c9fb8 | /usr/share/gems/gems/actionpack-6.1.7.8/lib/action_dispatch/http/permissions_policy.rb:22:in `call'
 d69c9fb8 | /usr/share/gems/gems/actionpack-6.1.7.8/lib/action_dispatch/http/content_security_policy.rb:19:in `call'
 d69c9fb8 | /usr/share/foreman/lib/foreman/middleware/logging_context_session.rb:22:in `call'
 d69c9fb8 | /usr/share/gems/gems/rack-2.2.8.1/lib/rack/session/abstract/id.rb:266:in `context'
 d69c9fb8 | /usr/share/gems/gems/rack-2.2.8.1/lib/rack/session/abstract/id.rb:260:in `call'
 d69c9fb8 | /usr/share/gems/gems/actionpack-6.1.7.8/lib/action_dispatch/middleware/cookies.rb:697:in `call'
 d69c9fb8 | /usr/share/gems/gems/actionpack-6.1.7.8/lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'
 d69c9fb8 | /usr/share/gems/gems/activesupport-6.1.7.8/lib/active_support/callbacks.rb:98:in `run_callbacks'
 d69c9fb8 | /usr/share/gems/gems/actionpack-6.1.7.8/lib/action_dispatch/middleware/callbacks.rb:26:in `call'
 d69c9fb8 | /usr/share/gems/gems/actionpack-6.1.7.8/lib/action_dispatch/middleware/actionable_exceptions.rb:18:in `call'
 d69c9fb8 | /usr/share/gems/gems/actionpack-6.1.7.8/lib/action_dispatch/middleware/debug_exceptions.rb:29:in `call'
 d69c9fb8 | /usr/share/gems/gems/actionpack-6.1.7.8/lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
 d69c9fb8 | /usr/share/gems/gems/railties-6.1.7.8/lib/rails/rack/logger.rb:37:in `call_app'
 d69c9fb8 | /usr/share/gems/gems/railties-6.1.7.8/lib/rails/rack/logger.rb:28:in `call'
 d69c9fb8 | /usr/share/gems/gems/sprockets-rails-3.4.2/lib/sprockets/rails/quiet_assets.rb:13:in `call'
 d69c9fb8 | /usr/share/foreman/lib/foreman/middleware/logging_context_request.rb:11:in `call'
 d69c9fb8 | /usr/share/gems/gems/actionpack-6.1.7.8/lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
 d69c9fb8 | /usr/share/gems/gems/request_store-1.6.0/lib/request_store/middleware.rb:19:in `call'
 d69c9fb8 | /usr/share/gems/gems/actionpack-6.1.7.8/lib/action_dispatch/middleware/request_id.rb:26:in `call'
 d69c9fb8 | /usr/share/gems/gems/katello-4.12.1/lib/katello/prevent_json_parsing.rb:12:in `call'
 d69c9fb8 | /usr/share/gems/gems/rack-2.2.8.1/lib/rack/method_override.rb:24:in `call'
 d69c9fb8 | /usr/share/gems/gems/rack-2.2.8.1/lib/rack/runtime.rb:22:in `call'
 d69c9fb8 | /usr/share/gems/gems/activesupport-6.1.7.8/lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
 d69c9fb8 | /usr/share/gems/gems/actionpack-6.1.7.8/lib/action_dispatch/middleware/executor.rb:14:in `call'
 d69c9fb8 | /usr/share/gems/gems/rack-2.2.8.1/lib/rack/sendfile.rb:110:in `call'
 d69c9fb8 | /usr/share/gems/gems/actionpack-6.1.7.8/lib/action_dispatch/middleware/ssl.rb:77:in `call'
 d69c9fb8 | /usr/share/gems/gems/actionpack-6.1.7.8/lib/action_dispatch/middleware/host_authorization.rb:142:in `call'
 d69c9fb8 | /usr/share/gems/gems/secure_headers-6.5.0/lib/secure_headers/middleware.rb:11:in `call'
 d69c9fb8 | /usr/share/gems/gems/railties-6.1.7.8/lib/rails/engine.rb:539:in `call'
 d69c9fb8 | /usr/share/gems/gems/railties-6.1.7.8/lib/rails/railtie.rb:207:in `public_send'
 d69c9fb8 | /usr/share/gems/gems/railties-6.1.7.8/lib/rails/railtie.rb:207:in `method_missing'
 d69c9fb8 | /usr/share/gems/gems/rack-2.2.8.1/lib/rack/urlmap.rb:74:in `block in call'
 d69c9fb8 | /usr/share/gems/gems/rack-2.2.8.1/lib/rack/urlmap.rb:58:in `each'
 d69c9fb8 | /usr/share/gems/gems/rack-2.2.8.1/lib/rack/urlmap.rb:58:in `call'
 d69c9fb8 | /usr/share/gems/gems/puma-6.4.2/lib/puma/configuration.rb:272:in `call'
 d69c9fb8 | /usr/share/gems/gems/puma-6.4.2/lib/puma/request.rb:100:in `block in handle_request'
 d69c9fb8 | /usr/share/gems/gems/puma-6.4.2/lib/puma/thread_pool.rb:378:in `with_force_shutdown'
 d69c9fb8 | /usr/share/gems/gems/puma-6.4.2/lib/puma/request.rb:99:in `handle_request'
 d69c9fb8 | /usr/share/gems/gems/puma-6.4.2/lib/puma/server.rb:464:in `process_client'
 d69c9fb8 | /usr/share/gems/gems/puma-6.4.2/lib/puma/server.rb:245:in `block in run'
 d69c9fb8 | /usr/share/gems/gems/puma-6.4.2/lib/puma/thread_pool.rb:155:in `block in spawn_thread'
 d69c9fb8 | /usr/share/gems/gems/logging-2.3.1/lib/logging/diagnostic_context.rb:474:in `block in create_with_logging_context'
2024-09-17T13:55:14 [I|app|d69c9fb8]   Rendered common/500.html.erb within layouts/application (Duration: 1.3ms | Allocations: 550)
2024-09-17T13:55:14 [I|app|d69c9fb8]   Rendered layouts/base.html.erb (Duration: 2.8ms | Allocations: 2242)
2024-09-17T13:55:14 [I|app|d69c9fb8]   Rendered layout layouts/application.html.erb (Duration: 4.8ms | Allocations: 3049)
2024-09-17T13:55:14 [I|app|d69c9fb8] Completed 500 Internal Server Error in 58ms (Views: 5.3ms | ActiveRecord: 15.5ms | Allocations: 18051)

I see the same problem from time to time - have you seen this?