-
-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
Description
I recently introduced reactionview to my Rails web application (Ruby 3.4.6 and Rails 8.0.3).
In the same project, we have https://github.com/Shopify/maintenance_tasks, which is mounted as an engine that enables a route to be used via the UI.
When we enabled config.intercept_erb = true, that UI stopped working, it shows a blank page.
We have some other engines mounted for that project, such as https://github.com/ankane/pghero or https://github.com/rails/mission_control-jobs, and they load just fine.
Any ideas what may be the issue?