Open llopera opened 1 year ago
For my case, I fixed it by re-check server_address
in application.yaml
I changed to https://my-subdomain.my-domain.com/fhir
. For your case, it might be http://localhost:8080/fhir
Note:
server_address
/api-docs
Describe the bug when accessing the API definitions for an EvidenceReport resource via http://localhost:8080/fhir/swagger-ui/?page=EvidenceReport server responds with a 400 status
To Reproduce Steps to reproduce the behavior:
docker run --e hapi.fhir.fhir_version=R5 -p 8080:8080 hapiproject/hapi:v6.4.0
Expected behavior Interactive access to the API to test operations. Other resources work without problem.
Screenshots
Environment (please complete the following information):