Not receiving response from button click #1420
Replies: 1 comment 2 replies
-
|
Hey hey. Can you confirm you have this section set up? Basically, if you don't have a url set in this section, Slack has no place to send your interactivity. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
I'm porting a bot over from Slack Bolt with javascript for "reasons".
The code responds to a slack command. Developing locally using ngrok.
The UI appears in Slack however the subsequent button click generates a client error 404 not found, a request to Slack can be observed in the browser dev tools, however no request is seen in ngrok or sent to my app
Smallest reproduction I could manage, this code generates the UI as expected. The button click generates a 404, which I understand is a generic "this didn't work" message from Slack.
Beta Was this translation helpful? Give feedback.
All reactions