Twitter oAuth Callback URL for self hosted

When I configure the Twitter API for n8n I see the callback URL https://xyz.hooks.n8n.cloud/rest/oauth1-credential/callback hardcoded although I do use a self hosted instance of n8n.

Is this a missing feature for self hosted instances? Or did I miss something on my setup?

Thanks in advance :slight_smile:

That is because you have the tunnel activated. If you deactivate it then it will use again localhost URLs or whatever you have configured.

Thanks for the quick answer! I must have forgot to remove the tunnel setting during some experiments :o

1 Like

You are welcome. Have fun!