Skip to content

Empty Configugration although Config exists #549

@isntfunny

Description

@isntfunny

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

Image
Image

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

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions