When I create an account, the user is logged in, and an action from "On Page Load" of my homepage is executed even though I have checked the "Skip On Page Load when Inactive" option on the homePage route, and I disabled "Navigate Automatically" turned off on the "Log In" action.
I have paywall navigation happening when my home page loads and the user isnt entitled to the current subscription. Regardless, this action is being called no matter what.
Regarding the screenshots, the Subscribe and Resubscribe navigations are on the Home Page's On Page Load - should not be called when I log in after signing up - but it is. When I press the android back button, it goes back to the page that I should go to after logging in. So it's navigating there and then adding the subscribe route on top of that despite me doing everythign to tell it not to call that code and me not navigating to Home Page.
On Page Load Actions Called Even with Autonavigation turned off and checked Skip On Page Load option
Actions & Logic
Flutterflow Community search - that's where I found the solution of "Skip On Page Load when Inactive', but that isn't doing the job.
Google
Yes