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
@andy-aguilar tagging you for updates - I'll post updates here when I'm able to reproduce the issue and come up with a fix or update the documentation.
It seems like this is a known issue with foreman, which is what we use to run Rails and React processes in the same terminal. Given that this makes it challenging to debug using byebug, I'm going to remove the rails start command from all labs and instruct students to run Rails and React separately in their own terminals.
ihollander
added a commit
to learn-co-curriculum/phase-4-rails-create-read-lab
that referenced
this issue
Sep 2, 2021
Students reporting that byebug isn't working when running Rails with the
rails start
command in WSL.A workaround is to run the React server and Rails server separately with
npm start
andrails s
.The text was updated successfully, but these errors were encountered: