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
It seems that the new Slack Bot API with granular permissions is causing authentication issues. I tried using a regular app/bot and the session connection works as expected. The new Bot User OAuth Access Token is longer than the regular one, following this format:
xoxb-numbers-numbers-letters&numbers. The regular one instead is: xoxb-numbers-letters&numbers.
It seems that the new Slack Bot API with granular permissions is causing authentication issues. I tried using a regular app/bot and the session connection works as expected. The new Bot User OAuth Access Token is longer than the regular one, following this format:
xoxb-numbers-numbers-letters&numbers. The regular one instead is: xoxb-numbers-letters&numbers.
I've been investigating a bit and it is related with this issue slackapi/node-slack-sdk#921
The text was updated successfully, but these errors were encountered: