Closed wdiechmann closed 8 months ago
Taking a cue from one of the other issues here - I got some instant gratification doing this
<%= debugbar_javascript cable: {url: "wss://localhost:3000"} %>
But once I start navigating the website - ie when initially loading fx /teams (which is OK) and I then GET https://localhost:3000/employees
the debugbar 'goes dark so to speak'
I've clipped the log pertaining to this last part log.txt
Thank you for reporting this @wdiechmann and for figuring it out 🙏 I added a note in the docs about SSL: https://debugbar.dev/docs/configuration/
Please let me know what you think of the debugbar!
I learned of 'debugbar' from Ruby Week by Cooperpress - and absolutely had to spin it up ASAP (not that I have any non-tested, not-working, smells-infested code) 😎
Running on Rails 7.0.8 I hurriedly did all the incantations to
Gemfile
,development.rb
, checkedcable.yml
, more, yet my console tells meand for sure there is no output, except for the initial pageload with 'No request yet'
I suspect this to be the culprit
-- and one that I don't see how I can loose ('cause to save time I'm running my development as close to production as possible, especially shaving time of cable/turbo/SSL issues once deployed) 😞