-
Notifications
You must be signed in to change notification settings - Fork 11
ubuntu auto reload not working #18
Comments
Hey thanks for creating an issue. Mind answering some of the following questions?
|
Thanks for helping me ^^ "I'm running on Rail 5.0.1, i'm starting the server with |
Great, can you try this? Just run If it does, I'm assuming that ActionCable (what this gem uses to push updates to the browser) isn't reaching the domain your using ( Buried deep in the ActionCable Guide: In
Just replace that last url with whatever url you run your app on. Hopefully that fixes it 🤞 |
Hmm I'll fire up an Ubuntu 16.04 image later today and give it a spin. |
okee thanks a lot ^^ |
So I've booted up a 16.04 image and it works. Running with Invoker as well @stevenwoudstra Can you try and open up the page in an incognito window? |
@stevenwoudstra in some versions of Ubuntu and other Linux distros the Inotify Watches Limit is too low. I think this will solve your issue. https://confluence.jetbrains.com/display/IDEADEV/Inotify+Watches+Limit |
@haffla I just tried it but it didn't work... |
Sorry I think I didn't properly read your problem. Forget my comment. |
@stevenwoudstra do you happen to use Pace? In my case it was this library that caused the problem. It is basically incompatible with ActionCable WebSockets when using the default configuration. To make it work you need to put the following JS before the Pace JS
Well if not check your other libraries if they mess around with Websockets. |
Hi guys, I'm having some problems with the auto reload function.
When I save a file I can see in my console that it is compiling end sending the reload massage to my browser(chrome) only nothing happens.
I'm running rails on a Ubuntu 16.04.2 machine.
Part of my packege.json
The text was updated successfully, but these errors were encountered: