railsjazz / rails_live_reload

Live Reload for your Rails app. The easiest way to increase your productivity.
https://www.railsjazz.com/
MIT License
318 stars 8 forks source link

Bug - Something went wrong with turbo by last updates (See stacktrace) #20

Closed loqimean closed 1 year ago

loqimean commented 1 year ago

Hi, after bundling I get the following error in my terminal:

2022-10-20 11:01:53 +0300 Rack app ("GET /uk/schools/1-clearcourt-secondary-college/edit_sectionsection_name=videos" - (127.0.0.1)): #<TypeError: no implicit conversion from nil to integer>

And this in the Web Browser console:

Screenshot 2022-10-20 at 11 06 13

This error was reproduces by trying to open link in a turbo frame. So, request is successful but without response (see the first screenshot)