posted an update

Bug Fixes & Stability Update (Jul 26)

  • Fixed auth redirect loop — Previously, tapping "Daily Challenge" after logging in would redirect back to the login page (infinite loop on Android WebView). Root cause: the __Secure- cookie prefix silently dropped cookies in some WebView environments. Now all cookie prefixes are stripped before reaching the browser and restored by middleware internally. One login now persists across the entire app.
  • Native share sheet — "Challenge Friends" now opens the native Android share dialog via @capacitor/share instead of silently copying to clipboard (which only showed "Copied!" with no visible action).
  • Daily challenge hints — Added the Analyst HQ / Request Intel hint panel to the daily challenge pin phase (was missing compared to campaign mode).
  • TypeScript cleanup — Fixed auth route handler types to match Next.js 16 route contract, eliminating the TS error splashscreen overlay during development.

Log in or sign up for Devpost to join the conversation.