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 following the README.md, and everything seems to work when I run bundle exec foreman start -f Procfile.dev.
But, I get this error from the rails server:
20:22:43 rails.1 | Started GET "/__webpack_hmr" for ::1 at 2015-12-19 20:22:43 -0700
20:22:43 rails.1 |
20:22:43 rails.1 | ActionController::RoutingError (No route matches [GET] "/__webpack_hmr"):
I'm assuming that something isn't configured properly to hit the hot reload server running at port 3500 in this case, but I'm not sure if that's the issue, or how to fix it.
Thanks,
-- Chad
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to get my bearings by running latest master (814671d) of https://github.com/shakacode/react-webpack-rails-tutorial
I'm following the README.md, and everything seems to work when I run
bundle exec foreman start -f Procfile.dev
.But, I get this error from the rails server:
I'm assuming that something isn't configured properly to hit the hot reload server running at port 3500 in this case, but I'm not sure if that's the issue, or how to fix it.
Thanks,
-- Chad
The text was updated successfully, but these errors were encountered: