Hi Everyone,
Iam using Turbo Hotwire in my web app, but after navigating between pages, the screen turns black screen instead of displaying content. The app works fine on the initial load, but Turbo doesn’t seem to update the DOM correctly when navigating.
I have tried:
Checking the browser console no errors.
Ensuring Turbo Streams and Turbo Frames are properly configured.
Disabling Turbo data-turbo="false resolves the issue, but I would like to keep it enabled.
Has anyone else experienced this? Could this be related to caching, missing data-turbo attributes, or improper event handling? Any troubleshooting advice would be greatly appreciated!