I am using locally installed n8n (using npm) and wanted to integrate Slack with it. I have followed the documentation and created a Slack App. There is an option to add redirect URL’s which is supposed to be the URL from Slack node in n8n. The URL is http://localhost:5678/ whereas Slack support https URL.
I tried to create a tunnel with ngrok, but when I authenticate the Slack node in n8n, it gives an error for mismatched URL.
Yes, I am using ngrok endpoint URL in Slack Oauth and permissions. But when I connect the Slack node in n8n, it gives an error that the URL is not matched.