Unable to do axios calls inside worker threads
Hi, I have a node js application and I am trying to use worker threads for one of my use case.Inside my worker thread I need to do axios call.I was not able to do that and thread is giving me error with empty error object. Can anyone help me figure out the issue here
Could you share a sample code? Here's a simple working code: