Infinite session query when tab is in background
So, when I am in development mode, doing some changes in my code and my application's tab is not in focus, then there is an infinite loop of session query. I can see the query running in my logs. I don't know what the reason it. Can anyone please help me.
1 Reply
I am using
next-auth
,
I tried removing each and every useSession
from my codebase