unyt-org / datex-core-js-legacy

DATEX Core Library for JavaScript (legacy), fully implemented in TypeScript, used by the UIX Framework
https://unyt.org
3 stars 0 forks source link

Custom settings are not copied to cached dx file when running on docker host #104

Open benStre opened 6 months ago

benStre commented 6 months ago

The .dx file in the .datex-cache directory is not created correctly when uix is run e.g. with --stage prod on a remote docker host. In this case, custom dx settings like blockchain_relay or nodes are not copied to the .dx cache file. This works correctly when running the app locally first.