@c0d33ngr Thank you for the suggestion! I’ve followed your advice and implemented the recommended configuration, but unfortunately the webhook issue persists. Here’s what I’ve done and the current status:
The webhook node still shows null instead of the proper webhook path when creating workflows. The webhook URL is not being properly resolved despite having N8N_WEBHOOK_URL set correctly.
What I’ve Verified:
Environment variables are properly set in the container
n8n instance restarted successfully after configuration changes
How can I debug webhook URL resolution? Are there specific logs I should check?
Should I verify any additional n8n configuration settings?
Are there any known issues with n8n 1.109.2 and webhook URL resolution?
What other troubleshooting steps would you recommend?
I’ve referenced the n8n documentation on webhook URLs with reverse proxy as suggested, but the issue persists. Any additional guidance would be greatly appreciated!