I have the following workflow error handler
N8N AUTOMATION HAS AN ERROR<br><br>
<b>Workflow Name:</b> {{ $json.workflow.name }}<br>
<b>Error Message:</b> {{ $json.execution.error.message }}<br>
<b>Execution URL:</b> {{ $json.execution.url }}
However every time I receive an email I see that Execution URL is leads to wrong domain. For example:
Instead of
https://my-domain.com/workflow/4jHiDiW6tg0H8u6w/executions/146
I see
https://primary-production-30deb.up.railway.app/workflow/4jHiDiW6tg0H8u6w/executions/146
I’ve redeployed multiple times, however I still see wrong domain. In all other places domain is correct.
Information on your n8n setup
- n8n version: 1.98.2
- Database (default: SQLite): Postgres
- n8n EXECUTIONS_PROCESS setting (default: own, main): queue
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
- **Operating system:**Unknown, run on Railway