Open egandro opened 6 months ago
I am not sure if this is somehow related to my fix here: https://github.com/8gears/n8n-helm-chart/pull/59
unlike /webhook/
the /webhook-test/
route should be pointed to the main n8n pods and not to the webhook pods. editing the ingress and removing the following fix the issue
- backend:
service:
name: n8n-webhooks
port:
number: 80
path: /webhook-test/
pathType: Prefix
I am using separated workers
**Not working***
**Working***
Also working