library · inferred from evidence
bolt-js
A JavaScript library for building Slack apps, referenced in the GitHub issue.
- channel_not_found when posting to DM or private group with Slack Bolt
Calling `app.client.chat.postMessage` in a Bolt app with the channel ID of a direct message or private group returns `channel_not_found`, while posting to public channels the bot was invited to works fine. The bot user OAuth token is used.
- Slack bot works in my workspace but doesn't respond when installed elsewhere (invalid_auth)
A Bolt (Socket Mode) Slack bot works perfectly in the developer's own workspace but does not respond to commands after being installed in other workspaces, even though installation succeeds and all permissions are accepted. The app surfaces