Troubleshooting
Start with:
bash
murph doctor
murph status
murph logsThe 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 buildThe server is not responding
Restart the background process:
bash
murph restartThen check:
bash
murph status
murph logsSlack redirect URI mismatch
Make sure your Slack app includes this redirect URL:
text
http://localhost:5173/api/slack/oauth/callbackSocket Mode does not require a public Slack Events URL.