Troubleshooting
Weird stats
If cookies/h, payout percentile, or estimated payout suddenly looks unrealistic, it is usually stale payout cache data.
First hard refresh the Flavortown tab. If numbers are still off, clear payout-related cache keys and reload.
Payout cache reset
Open browser devtools console on Flavortown and run:
localStorage.removeItem("flavortown_ship_payouts_v2");
localStorage.removeItem("flavortown_ship_minutes");
localStorage.removeItem("flavortown_project_unshipped");Then reload the page so FT Utils rebuilds payout and ship-time caches from fresh data.