Change the way the app deals with 500 errors by removing the promise.allSettlled()
and just collect the errors on an array for the main function so it waits till the end and runs again if any errors are found.
Change the way the app deals with 500 errors by removing the promise.allSettlled()
and just collect the errors on an array for the main function so it waits till the end and runs again if any errors are found.