BUG #4355
open0%
Description
Issue Description
In the Signup as Agency flow, when a user fills in all required fields and clicks "Create account", if a network interruption occurs after submission, the system displays a technical error message: "NetworkError when trying to fetch resource". This message is not user-friendly and exposes internal details, which can confuse users and negatively impact the signup experience.
Module / Page
Signup as Agency
Module Section
Form Submission / Error Handling
Screen Size
Desktop
Sprint / Module
Sprint-5
Tested By
Aman Bhuiyan
Steps to Reproduce¶
- Navigate to Signup as Agency.
- Fill in all required fields.
- Click Create account.
- Introduce a network interruption immediately after submission[we used burp suite to simulate a network drop].
- Observe the error message displayed.
Expected Result
After submission, if a network issue occurs, the system should display a clear, user-friendly message (e.g., "Network issue detected. Please check your connection and try again.") without exposing technical details.
Actual Result
A technical error message is displayed: "NetworkError when trying to fetch resource".
Attachments
PoC
Types of Issue
Functional Issue
Root Cause:
Impacted Area:
No data to display