2021-07-20T07:33:03Z [info] web | with open(get_project_root()/config_file, encoding="utf-8") as f:
2021-07-20T07:33:03Z [info] web | FileNotFoundError: [Errno 2] No such file or directory: '/app/emmaus_walking/app_config.toml'
Now it’s failing to find a config file because of a path issue.
Hopefully the docs explain how this works… here goes…