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

[BUG] App is running, but error response in Event Subscriptions setup #26

Open
pixeldevsio opened this issue Jan 6, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@pixeldevsio
Copy link

Describe the bug

  • I have the app running on a non-local server. I see it running in my console.
  • I uploaded all the files from Github to the server to https://mydomain.com/slack/events.
  • I then ran the appropriate commands to install the app.
  • I finally ran npm run serve and it served the app with this response.
[DEBUG]  bolt-app Initializing HTTPReceiver
[DEBUG]  web-api:WebClient:0 apiCall('auth.test') start
[DEBUG]  web-api:WebClient:0 will perform http request
⚡️ Bolt:	App is running!
[DEBUG]  web-api:WebClient:0 http response received
  • I go to the Event Subscriptions on api.slack.com for my app and add the URL above.
  • I get this as the response
Request URL Your URL didn't respond with the value of the challenge parameter.
  • I opened it up in Postman and sent an HTTP POST request to the url and receive a 403 error (kinda expected since theres no index file in the build)

What am I doing wrong?

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

  • [x ] I've read and understood the Contributing guidelines and have done my best effort to follow them.
  • [x ] I've read and agree to the Code of Conduct.
  • [x ] I've searched for any related issues and avoided creating a duplicate issue.

To Reproduce

Steps to reproduce the behavior:

Expected behavior

A clear and concise description of what you expected to happen.

Screenshots

If applicable, add screenshots to help explain your problem.

Reproducible in:

package version: 8.3.0
node version: 17.3.0
OS version(s): Ubuntu Linux

Additional context

Add any other context about the problem here.

@pixeldevsio pixeldevsio added the bug Something isn't working label Jan 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant