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
ronnoceel
changed the title
[Bug]: If the CADA to FHIR service is unavailable (502) the UI does not indicate that anything is wrong.
[Bug]: If the CADA to FHIR service is unavailable (503) the UI does not indicate that anything is wrong.
Mar 10, 2024
I encountered the same bug while uploading an XML file with CCDA format. The api appears to be 503 (Service Unavailable)
I'm using the latest ghcr.io/fastenhealth/fasten-onprem:main Docker image
POST https://api.platform.fastenhealth.com/v1/app/ccda-to-fhir 503 (Service Unavailable)
ERROR Error: Uncaught (in promise): BV: {"headers":{"normalizedNames":{},"lazyUpdate":null},"status":503,"statusText":"OK","url":"https://api.platform.fastenhealth.com/v1/app/ccda-to-fhir","ok":false,"name":"HttpErrorResponse","message":"Http failure response for https://api.platform.fastenhealth.com/v1/app/ccda-to-fhir: 503 OK","error":{"message":"Service Unavailable"}}
at O (zone.min.js:29:1993)
at zone.min.js:29:1068
at zone.min.js:29:1174
at De (asyncToGenerator.js:6:1)
at pr (asyncToGenerator.js:29:1)
at e.invoke (zone.min.js:14:7205)
at Object.onInvoke (core.mjs:26274:33)
at e.invoke (zone.min.js:14:7145)
at t.run (zone.min.js:14:2289)
at zone.min.js:29:2798
Contact Details
No response
What happened?
STR:
Navigate to /web/sources and upload a CADA xml file.
Accept the terms to submit to the converter.
https://api.platform.fastenhealth.com/v1/app/ccda-to-fhir is unavailable for some reason
EXPECTED:
The user is alerted that the service is unavailable.
ACTUAL:
instead the model closes and nothing happens. An error is printed to console.log but that is not generally visible to the user.
Flavor
Docker
Version
main#43579df
Relevant log output
The text was updated successfully, but these errors were encountered: