I have an ajax POST request that can take anywhere between 2 seconds to 30+ minutes. The post request occurs as a result of button click
If the request takes less th
In my case it was custom response code (3020) returned from server. Switched it to 200 and modified SPA client logics, this solved the issue.