Telegram Trigger node doesn't catch webhooks, when scenario isn't active

Issue is solved. If you have the same trouble with getting JSONs on your UI side, add into the Nginx config next method:

proxy_buffering off;

You can find more details about this feature in the official documentation: Module ngx_http_proxy_module

I found the solution in this topic:

2 Likes