Describe the bug
It used to work with local database, after trying to integrate mongo db i'm now not able to get it to work again, even a clean deploy without remote db
To Reproduce
Steps to reproduce the behavior:
normal docker deployment
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
Environment
tzahi12345/youtubedl-material
latest
logs:
2024-01-19T10:51:55: PM2 log: Launching in no daemon mode
2024-01-19T10:51:55: PM2 log: [Watch] Start watching YoutubeDL-Material
2024-01-19T10:51:55: PM2 log: App [YoutubeDL-Material:0] starting in -fork mode-
2024-01-19T10:51:55: PM2 log: App [YoutubeDL-Material:0] online
2024-01-18T21:52:00.439Z INFO: Cannot find config file. Creating one with default values...
2024-01-18T21:52:00.470Z INFO: Config items set using ENV variables.
(node:37) DeprecationWarning: uuidv4() is deprecated. Use v4() from the uuid module instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
2024-01-18T21:52:00.581Z INFO: Beginning migration: 4.1->4.2+
2024-01-18T21:52:00.624Z INFO: 4.1->4.2+ migration complete!
2024-01-18T21:52:00.625Z INFO: Beginning migration: 4.2->4.3+
2024-01-18T21:52:00.652Z INFO: 4.2->4.3+ migration complete!
2024-01-18T21:52:00.653Z INFO: Checking if tasks manager role permissions exist for admin user...
2024-01-18T21:52:00.657Z INFO: Task manager permissions check complete!
2024-01-18T21:52:00.658Z INFO: Checking if archives have been migrated...
2024-01-18T21:52:00.663Z INFO: Archives migration complete!
2024-01-18T21:52:00.711Z INFO: Restarting server...
2024-01-19T10:52:00: PM2 log: App [YoutubeDL-Material:0] exited with code [1] via signal [SIGINT]
2024-01-19T10:52:00: PM2 log: App [YoutubeDL-Material:0] starting in -fork mode-
2024-01-19T10:52:00: PM2 log: App [YoutubeDL-Material:0] online
2024-01-18T21:52:06.571Z INFO: Config items set using ENV variables.
(node:48) DeprecationWarning: uuidv4() is deprecated. Use v4() from the uuid module instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
2024-01-18T21:52:08.937Z INFO: YoutubeDL-Material v4.3.2 started on PORT 17442
Describe the bug It used to work with local database, after trying to integrate mongo db i'm now not able to get it to work again, even a clean deploy without remote db
To Reproduce Steps to reproduce the behavior: normal docker deployment
Expected behavior A clear and concise description of what you expected to happen.
Screenshots
Environment
logs: