BUG #4230
openDescription
Issue Description
On the Agency Profile → Edit Agency Name modal, when an invalid character is entered in the Agency URL field (e.g., an underscore _ anywhere, or a hyphen - at the start or end), the error messages displayed include the internal variable name “agencyUrlOnAlgonyxSite:”. This exposes backend/internal implementation details to the user, which should be avoided for security and clarity.
Module / Page
Agency Profile → Edit Agency Name
Module Section
Agency URL Validation / Error Messaging
Screen Size
Desktop
Tested By
Tasfia Zaima
Steps to Reproduce¶
- Sign in with valid agency credentials.
- Navigate to the Agency Profile page.
- Open the Edit Agency Name modal.
- In the Agency URL field, type:
- An underscore
_anywhere. - A hyphen
-at the start or end of the URL.
- An underscore
- Observe the validation/error message displayed.
Expected Result
Error messages should clearly indicate the validation issue without exposing backend variable names or code references.
Actual Result
The validation messages include the internal variable name “agencyUrlOnAlgonyxSite:”, exposing backend details.
Types of Issue
UI Issue
Root Cause:
Impacted Area: