axios.all .then returns array of undefined variables

Please Note: The TotalFreedom Forum has now been put into a read-only mode. Total Freedom has now closed down and will not be returning in any way, shape or form. It has been a pleasure to lead this community and I wish you all the best for your futures.
  • Been stuck on what shouldn't be that complicated of a problem for a while and am now resorting to the forums 🤷

    I have an array of urls that dynamically change but that shouldn't be a problem. I am using axios.all to resolve all get requests to the urls in urlArray.

    I have tried a multitude of solutions found online to spread responses before realizing that no data is being returned to responses at all. I am rewriting a little experimental web scraper to make get requests to multiple URLs at once (rather than one by one) however axios.all seems to operate differently than I thought it did. This may be a promise - resolve problem but I haven't gotten that working either. Any help is appreciated