My worker script has a fetch that posts request data to any url.For testing in development env or the playground when i trigger the script it effortlessly sends data to the mock api.
However when i deploy this and add it to my domain http://mydomain.com/* in route and then call this domain from my postman the worker does get triggered as i can see in logs but fails to send the data to the ec2-insatnce.The ec2-instance allows all traffic.
I am unable to pin point the issue.