On the ABRP web and mobile app, clicking “Share live drive” fails and no share link is created.
If you look at the requests, the app sends:
{
"startDate": "2026-07-29T02:52:33.183Z",
"endDate": "2026-07-28T20:10:22.458Z",
"shortName": "Trip to 123 Byron St, Palo Alto [ChargePoint]",
"description": "Hyundai IONIQ 5 2022-2022 Long Range"
}to POST https://api.iternio.com/2/route-share-group?wait=true.The API correctly responds with HTTP 400:
Start date is after end date
The generated endDate is on the previous UTC day and is earlier than startDate. If I manually change endDate to a time after startDate and resend the same request, it succeeds and returns a working live-share group/link.
Open ABRP in Chrome on the web.
Start navigation for a route.
Choose Share live drive / Share progress.
Observe that sharing fails.
Inspect the POST /2/route-share-group?wait=true request in DevTools.
Please authenticate to join the conversation.
Awaiting Clarification
🐛 Bug Reports
1 day ago

ABRP User #2968156
Get notified by email when there are changes.
Awaiting Clarification
🐛 Bug Reports
1 day ago

ABRP User #2968156
Get notified by email when there are changes.