You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I'm wrong about any part of this, I'd like to know about it 🙇
Detail
I'm currently using this Bolt library to create a Slack Bot.
I have a question about this message that I sometimes receive during the development process.
[WARN] Request verification failed: Failed to verify authenticity: signature mismatch
When I checked where this error message was being output, I noticed that the conditional expression was the opposite.
If this is intentional and caused by me missing something, please don't worry about it.
If not, please respond and provide a new version. I would appreciate it if you could respond.
Thanks.
The text was updated successfully, but these errors were encountered:
gatchan0807
added a commit
to gatchan0807/slack-bolt
that referenced
this issue
Dec 14, 2021
About
I think the condition of this code as written is the opposite.
If I'm wrong about any part of this, I'd like to know about it 🙇
Detail
I'm currently using this Bolt library to create a Slack Bot.
I have a question about this message that I sometimes receive during the development process.
When I checked where this error message was being output, I noticed that the conditional expression was the opposite.
slack-bolt/src/receivers/verify-request.ts
Line 85 in 52a8c52
I checked the relevant part of the library for Node.js and the flow described in the documentation, but it looked different from here.
If this is intentional and caused by me missing something, please don't worry about it.
If not, please respond and provide a new version. I would appreciate it if you could respond.
Thanks.
The text was updated successfully, but these errors were encountered: