N8n locally and http redirect url in Oauth credentials for Slack

Hi everyone, I’m a novice with n8n and need some help.
I’m working with n8n community edition locally on a Windows 11 machine.
I’m trying to set up Slack API OAuth credentials.
n8n generates a redirect URL http: http://localhost:5678/rest/oauth2-credential/callback,
but Slack requires a redirect URL of type https.
How can I solve this in the simplest possible way, without complications?
Thanks

Hi,

Not sure what the best solution would be, but if its only for a test setup, I think you could get away with something like ngrok which provides a tunnel service to the local dev machine with https. Another option might be to try one of the docker templates (n8n-hosting examples) with support for SSL.

Reg,
J.

1 Like

Ok, thanks

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.