Skip to content

MSTeams thread replies pagination fails due to double-prepended GRAPH_ROOT on absolute nextLink URLs #101786

Description

@aniruddhaadak80

Description

MSTeams thread replies pagination fails due to double-prepended GRAPH_ROOT on absolute nextLink URLs.

Location

Impact

In the recent pagination fix, fetchThreadReplies loops over pages using fetchGraphJson with path = res['@odata.nextLink']. Since the nextLink returned by Microsoft Graph is an absolute URL, and fetchGraphJson unconditionally prepends GRAPH_ROOT, the request fails with a double-prefixed URL. The loop should use the dedicated fetchGraphAbsoluteUrl helper instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2Normal backlog priority with limited blast radius.impact:message-lossChannel message delivery can be lost, duplicated, or misrouted.impact:session-stateSession, memory, transcript, context, or agent state can drift or corrupt.

    Type

    No type

    Fields

    Priority

    None yet

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions