Webhook Problem on Digital Ocean Droplet

I have the “AI Starter Kit” deployed on Digital Ocean with a personalized domain to access it.

The problem I’m having is that any webhook node I try to is giving me a “localhost” URL. I have a second droplet deployed on Digital Ocean with n8n and it’s own domain and the webhook is using the correct URL (not localhost). Is there a setting I can change somewhere to fix this? Without a functioning webhook the droplet is useless… I’m sure I overlooked something but I swear I when through the setup twice and can’t seem to get it right.

I followed the steps in Cole’s video here https://youtu.be/259KgP3GbdE.

I have a similar problem, so putting this on my watch also.

1 Like

What I did to fix it was I had to define the WEBHOOK_URL= In the environments section of the docker compose file. Then add you URL there with out the “HTTPS://”

1 Like