-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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:
- Docker Compose:
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
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working

