Skip to content

Fix AI document citation links duplicate endpoint name error - #124

Closed
MikeAlhayek wants to merge 1 commit into
mainfrom
ma/fix-doc-citation-links
Closed

Fix AI document citation links duplicate endpoint name error#124
MikeAlhayek wants to merge 1 commit into
mainfrom
ma/fix-doc-citation-links

Conversation

@MikeAlhayek

Copy link
Copy Markdown
Member

DocumentAIReferenceLinkResolver no longer resolves the download link by endpoint name, which forced ASP.NET Core to validate global endpoint-name uniqueness and threw in multi-tenant hosts where other modules register the same named API endpoints across tenants. It now builds the path directly from the static DownloadAIDocument.RoutePattern, respecting the request PathBase.

DocumentAIReferenceLinkResolver no longer resolves the download link by
endpoint name, which forced ASP.NET Core to validate global endpoint-name
uniqueness and threw in multi-tenant hosts where other modules register the
same named API endpoints across tenants. It now builds the path directly from
the static DownloadAIDocument.RoutePattern, respecting the request PathBase.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@MikeAlhayek MikeAlhayek closed this Aug 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant