apigee / flame

Other
14 stars 12 forks source link

Internal Server Error respcode 500 for FHIR API #9

Open smonda5 opened 4 years ago

smonda5 commented 4 years ago

I was able to clone the repo and setup the FHIR proxies in my eval Apigee org. However when I try to call an API, I receive a http 500 error. Looks like the APIs call http://fhirtest.uhn.ca/ as the backend FHIR server, that link doesn't work for me if I try to access from a browser. Can you please advise?

Steps to reproduce:

  1. Setup FHIR APIs using the information provided in readme.
  2. Obtain token using this
  3. Make this API call. E.g curl -X GET \ 'https://my-eval-test.apigee.net/fhir/v1/Patient/13066?_format=json' \ -H 'Accept: application/json' \ -H 'Authorization: Bearer <token from step 2>'
  4. Observe response header or Apigee trace.

Thanks. Tagging @rohan-m , @kidiyoor

oatcoder commented 3 years ago

@smonda5 did you find a solution for this issue?