It was that order function call that I was referring to in my previous responses. It is impossible to isolate further without more context or information.
The reason I asked to inspect the network tab specifically is because in Wix you can only make a maximum of 10 concurrent requests. If you exceed that (which could happen in the event that a function returns a promise or starts a call without completing it) than it does not matter if you nessasarally await the response of that function as it would return a promise anyways.
If this was happening you will see an error in the network tab and when viewing the response of the bad request it would say something like “error max requests threshold reached”