You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Rails 5.1.4 with the Webpacker 3.0.1 configuration that is now by default integrated in Rails. I've followed this article "Rails 5.1 loves Javascript" to get me on the right track.
So far so good. If run rails s on a shell and ./bin/webpack-dev-server I can work on the application locally on my desktop.
The issue appears when I try to debug on iphone via my local wifi. The phone can connect to the local machine via port 3000 and browse the entire application, but apparently it cannot find 0.0.0.0:8080 server and therefore the webpack bundle. Infact it throws this error: