Greetings!
I am using Next-js version 14.1.0 and in layout.tsx for auth routes I am getting customer using getCustomer() server action and using if condition to redirect user to home page if the user is logged in, so that the user can't access auth pages while logged in, but then I remove the cookie manually from browser, and getCustomer server action is returning null but still I am unable to access to sign-in page, it still redirects to home page. And If I refresh the page, then I can access the sign-in page once again.
could someone help me out here?