Skip to content

Troubleshooting

Start with:

bash
murph doctor
murph status
murph logs

The murph command is not found

The installer writes the CLI to ~/.local/bin. Add it to your shell path:

bash
export PATH="$HOME/.local/bin:$PATH"

Then restart your shell or add the line to your shell profile.

Murph is not built

Build from the app directory:

bash
murph build

The server is not responding

Restart the background process:

bash
murph restart

Then check:

bash
murph status
murph logs

Slack redirect URI mismatch

Make sure your Slack app includes this redirect URL:

text
http://localhost:5173/api/slack/oauth/callback

Socket Mode does not require a public Slack Events URL.

Self-hosted async autopilot for team continuity.