I have an issue that appears recently when refreshing page. After page refresh outgoing requests are cancelled after 1s, if complete under 1s everything works fine. After page loaded requests are not cancelled even if they last more than 1s.
How can i fix it?
I tried different angular options but none of them worked for me. Only adding retry() in error interceptor fixed it but with that i have 2 requests at backend.
New contributor
Jakub is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.