Skip to content

#i-243 Fix ArgumentOutOfRangeException on Recommendation Analysis referrers endpoint - #244

Open
tuhincse24 wants to merge 1 commit into
Infocaster:v17/developfrom
tuhincse24:v17/i-243-ArgumentOutOfRangeException-No-logic-supported-for-op_Implicit-on-Recommendation-Analysis-referrers-endpoint
Open

#i-243 Fix ArgumentOutOfRangeException on Recommendation Analysis referrers endpoint#244
tuhincse24 wants to merge 1 commit into
Infocaster:v17/developfrom
tuhincse24:v17/i-243-ArgumentOutOfRangeException-No-logic-supported-for-op_Implicit-on-Recommendation-Analysis-referrers-endpoint

Conversation

@tuhincse24

@tuhincse24 tuhincse24 commented Aug 22, 2026

Copy link
Copy Markdown

Fix ArgumentOutOfRangeException on Recommendation Analysis referrers endpoint

Related issue

GET /umbraco/management/api/v1/UrlTracker/RecommendationAnalysis/{id}/referrers (the backoffice "Recommendation Analysis" screen) throws an unhandled ArgumentOutOfRangeException instead of returning the most-common-referrer data.

Proposed changes

Replace: ClientErrorRepository.cs:217
sql.Where(e => clientErrors.Contains(e.ClientError), _occurrancesTableAlias)
with:
sql.WhereIn(e => e.ClientError, clientErrors, _occurrancesTableAlias)


@Infocaster/developers

Fix ArgumentOutOfRangeException on Recommendation Analysis referrers endpoint
@tuhincse24 tuhincse24 changed the title #i-243 #i-243 Fix ArgumentOutOfRangeException on Recommendation Analysis referrers endpoint Aug 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant