Actions
BUG #4275
openStart date:
02/16/2026
Due date:
% Done:
100%
Estimated time:
Description
Description¶
Module/Section: Edit Agency Name
Profile: Agency
Issue Category: UI
On the Edit Agency Name screen, typing in the Algonyx URL field triggers an abnormal validation message that exposes an internal variable reference:
agencyUrlOnAlgonyxSite: Agency URL must be at most 2048 characters long
This reveals backend implementation details and creates a confusing user experience.
Steps to Reproduce¶
- Sign in and navigate to the Agency Profile page.
- Click Edit Agency Name.
- Start typing any value in the Algonyx URL field.
- Observe the validation message displayed.
Expected Result¶
The validation message should be user-friendly, clearly formatted, and should not expose internal variable names or backend references.
Actual Result¶
The validation message displays an internal variable reference, which exposes backend details and may confuse users.
Root Cause¶
lack of frontend validation
Impacted Area¶
agency name dialog
Attachments¶
Additional Info¶
- Tested By: Aman
Actions