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
When using smart-launcher-v2 with a HAPI FHIR server, the data coming back for requests to /Binary resources appears to be incorrectly formatted. I believe this may be due to the fact that the proxy is calling
let body = await response.text()
which results in a UTF-8 encoded string, instead of using response.blob() when the resource is Binary.
The text was updated successfully, but these errors were encountered:
When using smart-launcher-v2 with a HAPI FHIR server, the data coming back for requests to
/Binary
resources appears to be incorrectly formatted. I believe this may be due to the fact that the proxy is callingwhich results in a UTF-8 encoded string, instead of using
response.blob()
when the resource is Binary.The text was updated successfully, but these errors were encountered: