Closed lbxa closed 1 week ago
Root cause: root navigator has not mounted yet when the fetchFn attempts to re-route to the (auth)/login.tsx page.
fetchFn
(auth)/login.tsx
const rootNavigation = useRootNavigationState(); if (rootNavigation.key) { router.replace("(auth)/login"); }
Fix is quite simple.
Root cause: root navigator has not mounted yet when the
fetchFn
attempts to re-route to the(auth)/login.tsx
page.Fix is quite simple.