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
{{ message }}
This repository was archived by the owner on Jun 28, 2022. It is now read-only.
My CapabilityStatement.json is served locally and I can access it with a browser.
Which gives me this error:
C:\Users\d061739\AppData\Roaming\npm\node_modules\fhir-swagger\bin\fhir-swagger:7
if (err) throw err;
^
Error: connect ETIMEDOUT 54.87.74.90:80
at Object.exports._errnoException (util.js:1018:11)
at exports._exceptionWithHostPort (util.js:1041:20)
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1086:14)
Where the IP point to some AWS DNS name ec2-54-87-74-90.compute-1.amazonaws.com
Can you say what went wrong here and how to fix that?