`Promise.allSettled()` is calling the `then()` callback while the various `POST` submissions are still pending. I thought that it would wait until every `POST` has been resolved: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/allSettled
Promise.allSettled()is calling thethen()callback while the variousPOSTsubmissions are still pending. I thought that it would wait until everyPOSThas been resolved: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/allSettled