Http post for Webhook cause Node red restart

Thanks in advance for every helps.

My Node Red running on Synology docker container.
And I use revers proxy function on Synology to access by sub domain.
And Node Red is Https enabled using Let's encrypt.

I use Http in node with Post method to receive Webhook from Wrike. Everything works great before.
But suddenly I'm not receiving any Webhook and Wrike side said cannot reach my endpoint.

I tried to point the Webhook from Wrike to webhook.site with no issue.
And also use Postman to send http post to my NR, also no issue.

Not sure what's the problem and how should I troubleshoot.

Just checked container logs.
Found below error when NR restarts
./entrypoint.sh: line 14: 7 Segmentation fault (core dumped) /usr/local/bin/node $NODE_OPTIONS node_modules/node-red/red.js --userDir /data $FLOWS "${@}"

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.