Autofleet / locomotion

An open-source rider/passenger mobile app written in React Native and Node.js that can be customized and modified to support any ride-hailing
MIT License
32 stars 13 forks source link

AutoFleet API: Error fetching active ride data #856

Closed joseuride closed 2 weeks ago

joseuride commented 3 weeks ago

I am experiencing a timeout error when fetching data from this API: https://client.staging.eu.autofleet.io/api/v1/rides/active. Sometimes it works, and other times it doesn’t. Could you take a look into this?

curl --location 'https://client.staging.eu.autofleet.io/api/v1/rides/active' \
--header 'Authorization: Bearer {{accessToken}}' \
--header 'x-loco-ds-id: demandSourceId' \
--header 'x-loco-op-id: demandSourceId'
OmerGery commented 2 weeks ago

Hey @joseuride , Please share the trace ids so we can look into it Thanks

joseuride commented 2 weeks ago

Hi @OmerGery , I lost the trace ids. If I encounter this issue again, I will send them to you.

OmerGery commented 2 weeks ago

okay, please re open with traces when there is anything specific. Thanks