Roach
Roach
I couldn't duplicate this issue either. Apple Mac OS X 10.6 Intel Firefox 3.6.13 Flash 10,3,162,28
Having the same issue. We've tried `app/dependabot, dependabot, dependabot[bot]`
@damienvieira would you mind signing the CLA when you have a chance? > [](https://cla-assistant.io/slackhq/PanModal?pullRequest=131) > Thank you for your submission! We really appreciate it. Like many open source...
Hi Reena, Make sure your options endpoint and action endpoint are accessible to Slack. This example walks through using ngrok to allow Slack to make requests to your server
Do you get a response if you request the menu options from your endpoint manually with curl? 🤔
@MartYtheSpaceBaker no worries! I will add some content around using [ngrok](https://ngrok.com/) to the README. The example for our Events API Adapter has a pretty good guide: https://github.com/slackapi/python-slack-events-api/tree/master/example @ReenaAcharya can you...
The naming on the app portal changed since I put this together. I’ll update it 👍🏻
Thanks for the notes! I'll add some ngrok notes and a link to our [Ngrok tutorial](https://api.slack.com/tutorials/tunneling-with-ngrok) 👍 The naming of Interactive Components has changed since I wrote this, so I'll...
@nsinnakkavadi it's not possible with the current dialog functionality. The best way to do it currently is to either use message attachments in an ephemeral message, or use a message...
@MeLight nice! Want to add those instructions to the README?