-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
Description
Console errors appear when searching product in Krayin CRM
Description
While performing a product search inside the Krayin CRM, the browser console displays multiple error logs indicating frontend or API issues. The actual behavior prevents proper product listing retrieval or renders broken UI elements.
Steps to Reproduce
- Log in to CRM as Admin or User with access to Product module.
- Navigate to Products section.
- Enter any partial or full product name in the search bar.
- Observe the behavior and open browser console (Ctrl + Shift + J).
Actual Result
- Console shows error logs.
- Product results fail to render properly.
- Some UI elements load incompletely or React/JS exceptions trigger.
video link -https://webkul.chatwhizz.com/share/view-recording/68fb64165a7b9b533fe29828
Expected Result
- No console errors should occur during search operation.
- Products should populate smoothly as per search query input.