Bug 1015 - When User logout from the AMP the Page is loaded twice
Review Request #368 — Created July 24, 2024 and submitted — Latest diff uploaded
| Information | |
|---|---|
| pmurugaiyan | |
| AMP | |
| amp_3_7_0 | |
| 1015 | |
| Reviewers | |
| apoorva.sn, prajesh, shuinvy | |
Bug 1015 - When User logout from the AMP the Page is loaded twice.
After the successful logout log, the page simply navigate to login page, and the other parallel API calls were failing with 401 also triggering the navigation to login page with refresh page enabled casuses the multiple refreshes.
Now once the logout is successful, we navigate to login and refresh the page to perform the clean up and cancel the ongoing API calls, the page will load only once.
The changes are tested locally.
