Bug #3025
Rider app gets logged out when we try to make a new trip request.
Start date:
06/25/2024
Due date:
12/05/2024
% Done:
100%
Estimated time:
Milestone:
Sprint 20 Tukxi Ride 2024 June 01 to June 30
Branch name:
sprint-19_xavier_3025
Description
Rider app gets logged out when we try to make a new trip request.
STR
1. Login to rider.
2. Send a trip request.
3. Check the rider app.
ER
3. Trip request should be sent successfully.
AR
3. Application gets logged out and showing the message "Sorry couldn't complete your request. Please try again late".
Impact Analysis
When "sendRequestToDriversV2" API was called some times the response comes as "bad token" and as a result of it the rider gets logged out because of a a code written. Changed the code so that the rider won't be logged even if this particular response comes up.
Related issues
Updated by Shalu T S almost 2 years ago
- Related to Bug #2739: Implement mandatory application update. added
Updated by Shalu T S almost 2 years ago
- Related to Bug #2735: Implement a batch process that can send trip requests to drivers in all algorithms. added
Updated by Shalu T S almost 2 years ago
- Related to Bug #2718: Apple development certificate change in the developer branch.(Rider) added
Updated by Anjali M almost 2 years ago
- Status changed from In Progress to On Hold
Currently issue not reproduce.
Updated by xavier joseph over 1 year ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
Updated by Shalu T S over 1 year ago
- Due date set to 12/05/2024
- Status changed from QA Passed to Closed
Verified in production.