Skip to content

Fixing the Webhook URL issues in production #104

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Santhosh-KS
Copy link

Added N8N_EDITOR_BASE_URL=${N8N_HOSTNAME} into the docker-compose.yml file, which fixes the issue I faced in production. i.e when this configuration is not set, all the default URLs for webhook were pointing to localhost:5678

 `N8N_EDITOR_BASE_URL=${N8N_HOSTNAME}`
Is the correct configurations go get the proper webhook URLs. Without this in production environment it will still point to `localhost:5678`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant