IGPAPI
    Preparing search index...

    Function challengeDispatchRedirect

    • Dispatch redirect challenges (flow_render_type 3, bloks_action contains "redirect").

      ⚠️ WARNING: This dispatcher has been implemented based on traffic capture but has NOT been fully tested end-to-end. The redirect flow was observed once (2026-04-04) but could not be reproduced on demand. Use with caution.

      Parameters

      • state: {
            bloks_action: string;
            challenge_context: string;
            cni: string | number;
            flow_render_type: 3;
            step_name: "STEP_NAME";
        }

      Returns Effect<
          RedirectScrapingWarningScreen
          | RedirectUnimplementedScreen,
          IgApiError | RequestError | ParseError | TransportError,

              | PlainJsonApiHttp
              | MobileSession
              | MobileDevice
              | GraphqlJsonHttp
              | BloksHttp
              | MobileApplication,
      >