You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On fhir-web the below scenarios have been observed:
A user creates a new location using put:
the new location is not included in the location hierarchy in an immediate follow up GET request to locationHierarchy. sometimes the location is not included in the hierarchy for a few more requests. It does get included eventually after a few seconds.
A user edits partOf field of a location such that its nested about 2 levels deeper than its current level.
The location hierarchy responds with a completely incorrect location hierarchy response. The wrong response is a past version of the hierarchy. However, after a few seconds subsequent requests do return the correct location hierarchy
Once a put request is sent to locations endpoint, an immediate follow up get request to locationHierarchy, stochastically fails with the following error:
related to onaio/fhir-web#1209
On fhir-web the below scenarios have been observed:
A user creates a new location using put:
A user edits
partOf
field of a location such that its nested about 2 levels deeper than its current level.Once a put request is sent to locations endpoint, an immediate follow up get request to locationHierarchy, stochastically fails with the following error:
See onaio/fhir-web#1209 (comment).
The text was updated successfully, but these errors were encountered: