Share live drive fails when generated end date is earlier than start date

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.

Steps to reproduce

  1. Open ABRP in Chrome on the web.

  2. Start navigation for a route.

  3. Choose Share live drive / Share progress.

  4. Observe that sharing fails.

  5. Inspect the POST /2/route-share-group?wait=true request in DevTools.

Where does this happen?
iOS, Web
ABRP version number (found at bottom of settings menu)
7.1.4 (5924)

Please authenticate to join the conversation.

Upvoters
Status

Awaiting Clarification

Board

🐛 Bug Reports

Date

1 day ago

Author

ABRP User #2968156

Subscribe to post

Get notified by email when there are changes.