when i open muiltiple tabs, then some request from backend goes in the pending statge untill when i leave the single tab how can i fix this issue in the nextjs. In my application i use nextjs for the frontend and nodejs with mysql for the backend.
I have tried many whays like storing data in the local storage. but still getting the same issue.