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