Hi, I deployed n8n using Zeabur Template. All nodes show "Invalid URL" error when executed.
The root cause is that n8n cannot read the WEBHOOK_URL environment variable inside the container.
I have configured the following environment variables:
- WEBHOOK_URL = https://kevinlin.zeabur.app/
- PUBLIC_DOMAIN = kevinlin.zeabur.app
- N8N_EDITOR_BASE_URL = https://kevinlin.zeabur.app/
After saving and redeploying multiple times, the problem still persists. The error stack trace shows "TypeError: Invalid URL at appendResumeToken" which confirms WEBHOOK_URL is empty inside the container.
Could you please advise how to make the environment variables correctly pass into the n8n container?
Thank you.