Actions
Bug #9175
openStore --> Login --> Home Screen --> Menu --> if the store has no products and click on the Menu tab button then "No internet connection" toster message comes on the screen
Start date:
01/18/2024
Due date:
% Done:
0%
Estimated time:
Description
Issue description:
if the store has no products and click on the Menu tab button then the "No internet connection" toster message comes on the screen
See attached screenshot:
Files
Updated by Deepak Biltoria 9 months ago
Its an APi Issue
i have informed john about it
the issue is that when there is not product in list that then response we get from api is html with 200 status
this html response content is treated as an internet issue by dio networking package.
Updated by Deepak Biltoria 9 months ago
- Assignee changed from Rakhi Kadyan to Mohd Irfan
Updated by Mohd Irfan 9 months ago
- Project changed from QuikrBox Store app Issues to Quikrbox - Api issues
- Assignee changed from Mohd Irfan to olatayo John
Updated by olatayo John 9 months ago
- Status changed from New to Resolved
if store has no product, it returns
{
"data": [],
"status": 200
}
Actions