As stated in the title, “On Webhook call“ trigger and “Basic LLM Chain“ seems to be not working as expected. I am using self hosted (Docker) with no extra configs.
For the “On Webhook call” trigger, I cannot connect the node to any other node. Because there is no connection point.
For the “Basic LLM Chain“ node, there is also no connection point and I cannot add any model to it.
I just started using n8n 2-3 days ago. Maybe I am doing something wrong. Did anyone came across this issue before?
Hello @Batuhan_ALPEREN, welcome to community!
I don’t know what happen with your LLM Chain Node, because mine working fine.
Also, you cannot connect the Webhook Trigger to another node, because that’s a Trigger node. Not a regular node that can receive any input, it will Trigger the execution based from which Trigger node that you select.
The issue was my NGINX config and maybe Cloudflare proxy. I managed to solve the issue by switching to Let’s Encrypt SSL and rewriting my whole NGINX config for the n8n domain.