Radu Cugut
Radu Cugut
I'm running into the exact same issue! Followed the steps recommended above, I get similar results. My app is deployed to Heroku, using Scout as addon. Ruby 2.7.0, Rails 6.0.3.4...
A new observation I made lately: @cschneid It seems that the `scout_apm` is **actually just masking an underlying error from ActiveJob** (backed by Sidekiq). It's easy to reproduce with ActionMailer:...
@cschneid and @hmatic I found the underlying root cause of this issue: **JSON serialization**. There was a [change in the Rails ActiveJob Sidekiq adapter](https://github.com/rails/rails/commit/eb4f36c13f63fcabcd211ca8c669420e46c19a34#diff-e1ee600ca5fd100da20810ef5acbab89546064fc323c7b1e6bdb6ed5e681a9d3R24) which, by removing the `to_s`, breaks...
My 2 cents: this is a great lib as it is, thank you @davecoates for the work on it. I was just about to start writing something like this from...
There's been quite a change between BS4 and BS5 in regard how the "close" icon/button is implemented. In BS4, it was [using a `` with the html character "times" inside...
@gazay If you have some time available for a related issue: I presume `gon` is breaking the functionality for ActionController::Live, described here https://github.com/rails/rails/issues/31200#issuecomment-373538396 And I've put up a stripped down...
I run into the same problem and I found the issue to be the 'close' event handler on lines 11-13 being registered on each open() than called more than once...