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 had some trouble getting the server to work despite following the tutorial to the letter. I ran the server command, but it would return an error saying "Failed to listen". As it turns out, this is a problem with WSL currently, and can be worked around with "rails new test_app --skip-listen" when creating the new app within the railsbridge directory.
The text was updated successfully, but these errors were encountered:
I had some trouble getting the server to work despite following the tutorial to the letter. I ran the server command, but it would return an error saying "Failed to listen". As it turns out, this is a problem with WSL currently, and can be worked around with "rails new test_app --skip-listen" when creating the new app within the railsbridge directory.
The text was updated successfully, but these errors were encountered: