-
-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More detailed installation instructions? #28
Comments
Some additional info: Redis shows |
Hey Marc, It sounds like ActionCable and Redis are correctly connected and there are some issues with detecting file changes. When file changed you should see the following messages in Rails logs: [ActionCable] Broadcasting to hotwire-reload: {:changed=>["/Users/kirill/Code/demo-app/app/views/posts/index.html.erb"], :force_reload=>false}
Hotwire::Livereload::ReloadChannel transmitting {"changed"=>["/Users/kirill/Code/demo-app/app/views/posts/index.html.erb"], "force_reload"=>false} (via streamed from hotwire-reload)
|
I've narrowed it down to Either way, it seems like the issue might be due to my specific installation rather than the gem. |
@kirillplatonov The new version works for me now. Thank you for the fix! 💖 |
Glad it's working now ✌️ |
Love the idea of this gem! ❤️
I followed the README and my browser console says
[Hotwire::Livereload] Websocket connected
. But when I change any file, nothing gets reloaded.Whatever it is, it's probably user error. But I followed the README and don't see anything in the Rails logs or browser console.
Any additional installation instructions (perhaps related to ActionCable) would be appreciated 🙌
The text was updated successfully, but these errors were encountered: