[BUG] Self Host All trigger test url have issue

I’m not exactly sure, but looking at your environment variables in the Github issue:

…and since I also use Coolify,they don’t look the same as mine..

Please update these values in your environment variables:

SERVICE_FQDN_N8N=n8n-xxxxxx.it
SERVICE_FQDN_N8N_5678=n8n-xxxxxx.it:5678
N8N_EDITOR_BASE_URL=${SERVICE_URL_N8N}
WEBHOOK_URL=${SERVICE_URL_N8N}

and in the compose:

      - SERVICE_URL_N8N_5678
      - 'N8N_EDITOR_BASE_URL=${SERVICE_URL_N8N}'
      - 'WEBHOOK_URL=${SERVICE_URL_N8N}'
      - 'N8N_HOST=${SERVICE_URL_N8N}'
2 Likes