Project

General

Profile

BUG #4275

Updated by Nazmul Hossain Shovon about 2 months ago

 

 ### 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 
 1. Sign in and navigate to the **Agency Profile** page. 
 2. Click **Edit Agency Name**. 
 3. Start typing any value in the **Algonyx URL** field. 
 4. 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 
 - [PoC](https://drive.google.com/file/d/1EGFolwjmBtyLzC-dSk6Ofy1ZENTOmBam/view?usp=sharing) 

 --- 

 ### Additional Info 
 - Tested By: Aman 

Back