Dear all,
it seems that the mechanism of dynamic loading the configuration file is broken.
To reproduce this (tried on Windows and Linux with node v16) just clone the repo and rename config-sample.json to config.json to have a working web app while doing the same with config-sample.js (renamed to config.js) the web app is stuck on "Could not find config file.".
I've started the app with npm run start (so not the npm run build that relies on the build/static/js directory).
Any help is appreciated.
Dear all,
it seems that the mechanism of dynamic loading the configuration file is broken.
To reproduce this (tried on Windows and Linux with node v16) just clone the repo and rename
config-sample.jsonto config.json to have a working web app while doing the same withconfig-sample.js(renamed toconfig.js) the web app is stuck on "Could not find config file.".I've started the app with
npm run start(so not the npm run build that relies on thebuild/static/js directory).Any help is appreciated.