Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions KNOWN_ISSUES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Known Issues

## `hookdeck listen` can stop delivering events after an extended disconnect

**Symptom:** `hookdeck listen` appears connected but events stop arriving; the Hookdeck
dashboard shows delivery attempts failing with `CLI_UNAVAILABLE`.

**Why:** A CLI session can expire server-side (for example after your machine has been asleep
or offline for a while). Affected CLI versions don't automatically re-establish it.

**Recommended fix:** Update to **v2.3.2 or later** — newer versions recover automatically.

- npm: `npm install -g hookdeck-cli@latest`
- Homebrew: `brew upgrade hookdeck`

**Workaround (until you update):** Stop (`Ctrl+C`) and restart `hookdeck listen`. This creates
a fresh session and delivery resumes. Logging out / logging in is not required.

**Tracking:** #323
Loading