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
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.
The text was updated successfully, but these errors were encountered:
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 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.
The text was updated successfully, but these errors were encountered: