Skip to content

Instantly share code, notes, and snippets.

@Tresor11
Created May 11, 2021 08:04
Show Gist options
  • Save Tresor11/0b27f96caf9387b7f1bf36d062e08617 to your computer and use it in GitHub Desktop.
Save Tresor11/0b27f96caf9387b7f1bf36d062e08617 to your computer and use it in GitHub Desktop.
How to fix: Rails server is already running. Check /path/path/path/path/tmp/pids/server.pid.

To stop all running Rails servers type the following is the terminal

  kill -9 $(lsof -i tcp:3000 -t)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment