-
Issue: PUT requests are processing correctly on the first submissions, but are then showing up multiple times 1-2 days later in the API log
-
Steps: unable to reproduce. Does not happen every time or to the same user
-
Details: user will submit dispatch and arrival times via mobile app. PUT request is logged on success in the app and the API logs the request. The initial request will have a log entry in both locations, but the subsequent duplicate requests only show up in the API log.
-
Screenshots:
API Logs
App log
After getting these screenshots, I realize there is no log entry for the initial dispatch request.
I have offline mode disabled, but this really seems like its going into offline mode, retrying the request, and even though its successful, it keeps retrying.
Why is the app not respecting offline mode being disabled?