X Tutup
The Wayback Machine - https://web.archive.org/web/20200828091521/https://github.com/slackapi/node-slack-sdk/issues/827
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Express All Interactions Glitch instructions #827

Open
shaydewael opened this issue Jul 16, 2019 · 0 comments
Open

Improve Express All Interactions Glitch instructions #827

shaydewael opened this issue Jul 16, 2019 · 0 comments

Comments

@shaydewael
Copy link
Contributor

@shaydewael shaydewael commented Jul 16, 2019

Reopened from slackapi/node-slack-interactive-messages#46

Description

  1. The SLACK_ACCESS_TOKEN variable is only available after install, but if you try to install the app in the order the instructions are presented, it will fail and say you need to add at least one scope.

  2. In enabling interactive components, where do I get the "Glitch URL"? Its in the "Share" menu, but it would be nice to be explicit. Maybe give an example.

  3. Where do I put the environment variables? If you know Glitch, you'll know its in 🗝.env, but many users don't know Glitch. Also, if you're running locally, its not clear that you can put this in .env.

  4. You need a description for the slash command.

  5. PORT needs to be commented out in .env

  6. In package.json, @slack/interactive-messages dependency version specifier should be set to "^0.3.0"

Maybe there should be 2 completely different sets of instructions for setup locally and on Glitch.

What type of issue is this? (place an x in one of the [ ])

  • bug
  • enhancement (feature request)
  • question
  • documentation related
  • testing related
  • discussion

Requirements (place an x in each of the [ ])

  • I've read and understood the Contributing guidelines and have done my best effort to follow them.
  • I've read and agree to the Code of Conduct.
  • I've searched for any related issues and avoided creating a duplicate issue.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Slack Node SDK
  
Backlog
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.
X Tutup