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
{{ message }}
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.
I just got a slackButton bot working from the slackbutton_bot.js starter code. When I was initially trying to get my bot to authenticate via the "login" url, I was getting an error "missing clientId in request". The issue seemed to resolve itself when I passed the redirectUri in as an environment variable.
I think this should be added to the slackbutton_bot.js at the line highlighted in the snippet above. I can submit a fix once someone verifies that this is an actual issue.
The text was updated successfully, but these errors were encountered:
I'm using botkit v 0.4.0 from NPM.
https://github.com/howdyai/botkit/blob/master/examples/slackbutton_bot.js#L41
I just got a slackButton bot working from the slackbutton_bot.js starter code. When I was initially trying to get my bot to authenticate via the "login" url, I was getting an error "missing clientId in request". The issue seemed to resolve itself when I passed the redirectUri in as an environment variable.
I think this should be added to the slackbutton_bot.js at the line highlighted in the snippet above. I can submit a fix once someone verifies that this is an actual issue.
The text was updated successfully, but these errors were encountered: