Globalshala / Eval-Bridge-bugs

In the Repository, we will add the bugs related to eval bridge system
0 stars 1 forks source link

Mask the error , db error , file error, it should not show to user #259

Open NavnathGunjal7 opened 4 weeks ago

NavnathGunjal7 commented 4 weeks ago

Description: We are currently exposing file errors, database errors, and other internal errors directly to the frontend. This could lead to security risks or confusion for the user.

Expected: Show a user-friendly, generic error message to the user (e.g., "Something went wrong. Please try again.") instead of displaying the actual error details from the backend. Keep actual errors logged in the backend for debugging purposes.