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
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,14 @@ cd scripts
65
65
66
66
The application will be available at `http://localhost:8081`
67
67
68
+
> **Note:** For Slack integration, you must expose your local server with HTTPS. Start [ngrok](https://ngrok.com/) in your project directory:
69
+
>
70
+
> ```bash
71
+
> ngrok http 8080
72
+
>```
73
+
>
74
+
> Use the generated `https://...ngrok.io/slack/callback` URL as your Slack app's redirect URL and set `slack_redirect_url` in your local override configuration to this value.
0 commit comments