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 Jul 7, 2021. It is now read-only.
When running the num-node without a FHIR-Server as destination, the JSON files should be saved within odm2fhir/out/.
Actual Behavior
If the folder does not yet exist, the shell-script creates it with an ownership by user root, causing an AccesDeniedException when odm2fhir tries to write files into this folder.
Steps to Reproduce the Problem
delete folder odm2fhir/out
comment out FHIR_SERVER_URL in odm2fhir/docker-compose.yml