Describe the bug
Everytime i navigate to the config page /settings/config every field is empty. Checking the config file on the file system manually shows that there is an config.
Expected behavior
Load the configuration from the config file
Screenshots


Server:
version: "3.8"
services:
web:
restart: always
image: mrbrax/twitchautomator:master
ports:
- 8082:8080
volumes:
- data:/usr/local/share/twitchautomator/data
- /mnt/Streams:/usr/local/share/twitchautomator/data/storage/
environment:
- NODE_ENV=production
- TCD_ENABLE_FILES_API=1
- TCD_EXPOSE_LOGS_TO_PUBLIC=1
- TCD_MIGRATE_OLD_VOD_JSON=0
Describe the bug
Everytime i navigate to the config page
/settings/configevery field is empty. Checking the config file on the file system manually shows that there is an config.Expected behavior
Load the configuration from the config file
Screenshots
Server: