wizarrrr / wizarr

Wizarr is an advanced user invitation and management system for Jellyfin, Plex, Emby etc.
https://docs.wizarr.dev
MIT License
1.25k stars 86 forks source link

[Bug] | Wizarr in a constant loop in Docker. #317

Closed iamronr closed 9 months ago

iamronr commented 9 months ago

Are you using the latest release?

Have you checked a bug report doesn't already exist?

What happened?

I ran this in Docker to get Wizarr going. It was working before, but isn't now for some reason.

_docker run -d \ --name wizarr \ -p 5690:5690 \ -e TZ=America/NewYork \ -v /Users/iamronr/rMedia/server/wizarr/database:/data/database \ --restart unless-stopped \ ghcr.io/wizarrrr/wizarr:latest

Here's the log I'm getting in Docker now, and the port isn't loading, more like stalling... I tried adding the environmental flag -e APP_URL=http://192.168.100.101:5690, which it then lets me load Wizarr, but then it's followed by a 500 error.

_2023-11-17 13:01:40 [2023-11-17 13:01:40 -0500] [1] [INFO] Starting gunicorn 21.2.0 2023-11-17 13:01:40 [2023-11-17 13:01:40 -0500] [1] [INFO] Listening at: http://0.0.0.0:5690 (1) 2023-11-17 13:01:40 [2023-11-17 13:01:40 -0500] [1] [INFO] Using worker: sync 2023-11-17 13:01:40 [2023-11-17 13:01:40 -0500] [6] [INFO] Booting worker with pid: 6 2023-11-17 13:01:40 [2023-11-17 13:01:40 -0500] [7] [INFO] Booting worker with pid: 7 2023-11-17 13:01:40 [2023-11-17 13:01:40 -0500] [8] [INFO] Booting worker with pid: 8 2023-11-17 13:01:40 ERROR:root:APP_URL not set or wrong format. See docs for more info. 2023-11-17 13:01:40 [2023-11-17 13:01:40 -0500] [6] [INFO] Worker exiting (pid: 6) 2023-11-17 13:01:40 ERROR:root:APP_URL not set or wrong format. See docs for more info. 2023-11-17 13:01:40 [2023-11-17 13:01:40 -0500] [7] [INFO] Worker exiting (pid: 7) 2023-11-17 13:01:40 [2023-11-17 13:01:40 -0500] [1] [ERROR] Worker (pid:6) exited with code 1 2023-11-17 13:01:40 [2023-11-17 13:01:40 -0500] [1] [ERROR] Worker (pid:6) exited with code 1. 2023-11-17 13:01:40 [2023-11-17 13:01:40 -0500] [15] [INFO] Booting worker with pid: 15 2023-11-17 13:01:40 [2023-11-17 13:01:40 -0500] [1] [ERROR] Worker (pid:7) exited with code 1 2023-11-17 13:01:40 [2023-11-17 13:01:40 -0500] [1] [ERROR] Worker (pid:7) exited with code 1. 2023-11-17 13:01:40 ERROR:root:APP_URL not set or wrong format. See docs for more info. 2023-11-17 13:01:40 [2023-11-17 13:01:40 -0500] [8] [INFO] Worker exiting (pid: 8) 2023-11-17 13:01:40 [2023-11-17 13:01:40 -0500] [16] [INFO] Booting worker with pid: 16 2023-11-17 13:01:40 [2023-11-17 13:01:40 -0500] [1] [ERROR] Worker (pid:8) exited with code 1 2023-11-17 13:01:40 [2023-11-17 13:01:40 -0500] [1] [ERROR] Worker (pid:8) exited with code 1. 2023-11-17 13:01:40 [2023-11-17 13:01:40 -0500] [19] [INFO] Booting worker with pid: 19 2023-11-17 13:01:40 ERROR:root:APP_URL not set or wrong format. See docs for more info. 2023-11-17 13:01:40 [2023-11-17 13:01:40 -0500] [15] [INFO] Worker exiting (pid: 15) 2023-11-17 13:01:40 ERROR:root:APP_URL not set or wrong format. See docs for more info. 2023-11-17 13:01:40 [2023-11-17 13:01:40 -0500] [16] [INFO] Worker exiting (pid: 16) 2023-11-17 13:01:40 [2023-11-17 13:01:40 -0500] [1] [ERROR] Worker (pid:15) exited with code 1 2023-11-17 13:01:40 [2023-11-17 13:01:40 -0500] [1] [ERROR] Worker (pid:15) exited with code 1. 2023-11-17 13:01:40 [2023-11-17 13:01:40 -0500] [22] [INFO] Booting worker with pid: 22 2023-11-17 13:01:40 [2023-11-17 13:01:40 -0500] [1] [ERROR] Worker (pid:16) exited with code 1 2023-11-17 13:01:40 [2023-11-17 13:01:40 -0500] [1] [ERROR] Worker (pid:16) exited with code 1. 2023-11-17 13:01:40 ERROR:root:APP_URL not set or wrong format. See docs for more info. 2023-11-17 13:01:40 [2023-11-17 13:01:40 -0500] [19] [INFO] Worker exiting (pid: 19) 2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [25] [INFO] Booting worker with pid: 25 2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [1] [ERROR] Worker (pid:19) exited with code 1 2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [1] [ERROR] Worker (pid:19) exited with code 1. 2023-11-17 13:01:41 ERROR:root:APP_URL not set or wrong format. See docs for more info. 2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [22] [INFO] Worker exiting (pid: 22) 2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [28] [INFO] Booting worker with pid: 28 2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [1] [ERROR] Worker (pid:22) exited with code 1 2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [1] [ERROR] Worker (pid:22) exited with code 1. 2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [31] [INFO] Booting worker with pid: 31 2023-11-17 13:01:41 ERROR:root:APP_URL not set or wrong format. See docs for more info. 2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [25] [INFO] Worker exiting (pid: 25) 2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [1] [ERROR] Worker (pid:25) exited with code 1 2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [1] [ERROR] Worker (pid:25) exited with code 1. 2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [34] [INFO] Booting worker with pid: 34 2023-11-17 13:01:41 ERROR:root:APP_URL not set or wrong format. See docs for more info. 2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [28] [INFO] Worker exiting (pid: 28) 2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [1] [ERROR] Worker (pid:28) exited with code 1 2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [1] [ERROR] Worker (pid:28) exited with code 1. 2023-11-17 13:01:41 ERROR:root:APP_URL not set or wrong format. See docs for more info. 2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [31] [INFO] Worker exiting (pid: 31) 2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [37] [INFO] Booting worker with pid: 37 2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [1] [ERROR] Worker (pid:31) exited with code 1 2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [1] [ERROR] Worker (pid:31) exited with code 1. 2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [40] [INFO] Booting worker with pid: 40 2023-11-17 13:01:41 ERROR:root:APP_URL not set or wrong format. See docs for more info. 2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [34] [INFO] Worker exiting (pid: 34) 2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [1] [ERROR] Worker (pid:34) exited with code 1 2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [1] [ERROR] Worker (pid:34) exited with code 1. 2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [44] [INFO] Booting worker with pid: 44 2023-11-17 13:01:41 ERROR:root:APP_URL not set or wrong format. See docs for more info. 2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [40] [INFO] Worker exiting (pid: 40) 2023-11-17 13:01:41 ERROR:root:APP_URL not set or wrong format. See docs for more info. 2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [37] [INFO] Worker exiting (pid: 37) 2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [1] [ERROR] Worker (pid:40) exited with code 1 2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [1] [ERROR] Worker (pid:40) exited with code 1. 2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [46] [INFO] Booting worker with pid: 46 2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [1] [ERROR] Worker (pid:37) exited with code 1 2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [1] [ERROR] Worker (pid:37) exited with code 1. 2023-11-17 13:01:41 ERROR:root:APP_URL not set or wrong format. See docs for more info. 2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [44] [INFO] Worker exiting (pid: 44) 2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [49] [INFO] Booting worker with pid: 49 2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [1] [ERROR] Worker (pid:44) exited with code 1 2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [1] [ERROR] Worker (pid:44) exited with code 1. 2023-11-17 13:01:41 ERROR:root:APP_URL not set or wrong format. See docs for more info. 2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [46] [INFO] Worker exiting (pid: 46) 2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [1] [ERROR] Worker (pid:46) exited with code 1 2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [1] [ERROR] Worker (pid:46) exited with code 1. 2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [52] [INFO] Booting worker with pid: 52 2023-11-17 13:01:42 [2023-11-17 13:01:42 -0500] [54] [INFO] Booting worker with pid: 54 2023-11-17 13:01:42 ERROR:root:APP_URL not set or wrong format. See docs for more info. 2023-11-17 13:01:42 [2023-11-17 13:01:42 -0500] [49] [INFO] Worker exiting (pid: 49) 2023-11-17 13:01:42 [2023-11-17 13:01:42 -0500] [1] [ERROR] Worker (pid:49) exited with code 1 2023-11-17 13:01:42 [2023-11-17 13:01:42 -0500] [1] [ERROR] Worker (pid:49) exited with code 1. 2023-11-17 13:01:42 [2023-11-17 13:01:42 -0500] [58] [INFO] Booting worker with pid: 58 2023-11-17 13:01:42 ERROR:root:APP_URL not set or wrong format. See docs for more info. 2023-11-17 13:01:42 [2023-11-17 13:01:42 -0500] [52] [INFO] Worker exiting (pid: 52) 2023-11-17 13:01:42 [2023-11-17 13:01:42 -0500] [1] [ERROR] Worker (pid:52) exited with code 1 2023-11-17 13:01:42 [2023-11-17 13:01:42 -0500] [1] [ERROR] Worker (pid:52) exited with code 1. 2023-11-17 13:01:42 [2023-11-17 13:01:42 -0500] [60] [INFO] Booting worker with pid: 60 2023-11-17 13:01:42 ERROR:root:APP_URL not set or wrong format. See docs for more info. 2023-11-17 13:01:42 [2023-11-17 13:01:42 -0500] [54] [INFO] Worker exiting (pid: 54) 2023-11-17 13:01:42 [2023-11-17 13:01:42 -0500] [1] [ERROR] Worker (pid:54) exited with code 1 2023-11-17 13:01:42 [2023-11-17 13:01:42 -0500] [1] [ERROR] Worker (pid:54) exited with code 1. 2023-11-17 13:01:42 [2023-11-17 13:01:42 -0500] [62] [INFO] Booting worker with pid: 62 2023-11-17 13:01:42 ERROR:root:APP_URL not set or wrong format. See docs for more info. 2023-11-17 13:01:42 [2023-11-17 13:01:42 -0500] [58] [INFO] Worker exiting (pid: 58) 2023-11-17 13:01:42 ERROR:root:APP_URL not set or wrong format. See docs for more info. 2023-11-17 13:01:42 [2023-11-17 13:01:42 -0500] [62] [INFO] Worker exiting (pid: 62) 2023-11-17 13:01:42 ERROR:root:APP_URL not set or wrong format. See docs for more info. 2023-11-17 13:01:42 [2023-11-17 13:01:42 -0500] [60] [INFO] Worker exiting (pid: 60) 2023-11-17 13:01:42 [2023-11-17 13:01:42 -0500] [1] [ERROR] Worker (pid:62) exited with code 1 2023-11-17 13:01:42 [2023-11-17 13:01:42 -0500] [1] [ERROR] Worker (pid:62) exited with code 1. 2023-11-17 13:01:42 [2023-11-17 13:01:42 -0500] [69] [INFO] Booting worker with pid: 69 2023-11-17 13:01:42 [2023-11-17 13:01:42 -0500] [1] [ERROR] Worker (pid:58) exited with code 1 2023-11-17 13:01:42 [2023-11-17 13:01:42 -0500] [1] [ERROR] Worker (pid:58) exited with code 1. 2023-11-17 13:01:42 [2023-11-17 13:01:42 -0500] [1] [ERROR] Worker (pid:60) exited with code 1 2023-11-17 13:01:42 [2023-11-17 13:01:42 -0500] [1] [ERROR] Worker (pid:60) exited with code 1. 2023-11-17 13:01:42 [2023-11-17 13:01:42 -0500] [70] [INFO] Booting worker with pid: 70 2023-11-17 13:01:42 [2023-11-17 13:01:42 -0500] [71] [INFO] Booting worker with pid: 71 2023-11-17 13:01:42 ERROR:root:APPURL not set or wrong format. See docs for more info.

Virtualisation

Docker

What operating system are you seeing the problem on?

macOS

What browsers are you seeing the problem on?

Safari

Project Location

Local

Bug Description

APP_URL error issue. It's causing Docker to use a lot of resources because of the constant loop.

Steps to Reproduce

Just running Wizarr. I even used the Docker CLI shown in Docker Hub, still the same issue.

Relevant Log Output

2023-11-17 13:01:40 [2023-11-17 13:01:40 -0500] [1] [INFO] Starting gunicorn 21.2.0
2023-11-17 13:01:40 [2023-11-17 13:01:40 -0500] [1] [INFO] Listening at: http://0.0.0.0:5690 (1)
2023-11-17 13:01:40 [2023-11-17 13:01:40 -0500] [1] [INFO] Using worker: sync
2023-11-17 13:01:40 [2023-11-17 13:01:40 -0500] [6] [INFO] Booting worker with pid: 6
2023-11-17 13:01:40 [2023-11-17 13:01:40 -0500] [7] [INFO] Booting worker with pid: 7
2023-11-17 13:01:40 [2023-11-17 13:01:40 -0500] [8] [INFO] Booting worker with pid: 8
2023-11-17 13:01:40 ERROR:root:APP_URL not set or wrong format. See docs for more info.
2023-11-17 13:01:40 [2023-11-17 13:01:40 -0500] [6] [INFO] Worker exiting (pid: 6)
2023-11-17 13:01:40 ERROR:root:APP_URL not set or wrong format. See docs for more info.
2023-11-17 13:01:40 [2023-11-17 13:01:40 -0500] [7] [INFO] Worker exiting (pid: 7)
2023-11-17 13:01:40 [2023-11-17 13:01:40 -0500] [1] [ERROR] Worker (pid:6) exited with code 1
2023-11-17 13:01:40 [2023-11-17 13:01:40 -0500] [1] [ERROR] Worker (pid:6) exited with code 1.
2023-11-17 13:01:40 [2023-11-17 13:01:40 -0500] [15] [INFO] Booting worker with pid: 15
2023-11-17 13:01:40 [2023-11-17 13:01:40 -0500] [1] [ERROR] Worker (pid:7) exited with code 1
2023-11-17 13:01:40 [2023-11-17 13:01:40 -0500] [1] [ERROR] Worker (pid:7) exited with code 1.
2023-11-17 13:01:40 ERROR:root:APP_URL not set or wrong format. See docs for more info.
2023-11-17 13:01:40 [2023-11-17 13:01:40 -0500] [8] [INFO] Worker exiting (pid: 8)
2023-11-17 13:01:40 [2023-11-17 13:01:40 -0500] [16] [INFO] Booting worker with pid: 16
2023-11-17 13:01:40 [2023-11-17 13:01:40 -0500] [1] [ERROR] Worker (pid:8) exited with code 1
2023-11-17 13:01:40 [2023-11-17 13:01:40 -0500] [1] [ERROR] Worker (pid:8) exited with code 1.
2023-11-17 13:01:40 [2023-11-17 13:01:40 -0500] [19] [INFO] Booting worker with pid: 19
2023-11-17 13:01:40 ERROR:root:APP_URL not set or wrong format. See docs for more info.
2023-11-17 13:01:40 [2023-11-17 13:01:40 -0500] [15] [INFO] Worker exiting (pid: 15)
2023-11-17 13:01:40 ERROR:root:APP_URL not set or wrong format. See docs for more info.
2023-11-17 13:01:40 [2023-11-17 13:01:40 -0500] [16] [INFO] Worker exiting (pid: 16)
2023-11-17 13:01:40 [2023-11-17 13:01:40 -0500] [1] [ERROR] Worker (pid:15) exited with code 1
2023-11-17 13:01:40 [2023-11-17 13:01:40 -0500] [1] [ERROR] Worker (pid:15) exited with code 1.
2023-11-17 13:01:40 [2023-11-17 13:01:40 -0500] [22] [INFO] Booting worker with pid: 22
2023-11-17 13:01:40 [2023-11-17 13:01:40 -0500] [1] [ERROR] Worker (pid:16) exited with code 1
2023-11-17 13:01:40 [2023-11-17 13:01:40 -0500] [1] [ERROR] Worker (pid:16) exited with code 1.
2023-11-17 13:01:40 ERROR:root:APP_URL not set or wrong format. See docs for more info.
2023-11-17 13:01:40 [2023-11-17 13:01:40 -0500] [19] [INFO] Worker exiting (pid: 19)
2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [25] [INFO] Booting worker with pid: 25
2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [1] [ERROR] Worker (pid:19) exited with code 1
2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [1] [ERROR] Worker (pid:19) exited with code 1.
2023-11-17 13:01:41 ERROR:root:APP_URL not set or wrong format. See docs for more info.
2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [22] [INFO] Worker exiting (pid: 22)
2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [28] [INFO] Booting worker with pid: 28
2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [1] [ERROR] Worker (pid:22) exited with code 1
2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [1] [ERROR] Worker (pid:22) exited with code 1.
2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [31] [INFO] Booting worker with pid: 31
2023-11-17 13:01:41 ERROR:root:APP_URL not set or wrong format. See docs for more info.
2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [25] [INFO] Worker exiting (pid: 25)
2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [1] [ERROR] Worker (pid:25) exited with code 1
2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [1] [ERROR] Worker (pid:25) exited with code 1.
2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [34] [INFO] Booting worker with pid: 34
2023-11-17 13:01:41 ERROR:root:APP_URL not set or wrong format. See docs for more info.
2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [28] [INFO] Worker exiting (pid: 28)
2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [1] [ERROR] Worker (pid:28) exited with code 1
2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [1] [ERROR] Worker (pid:28) exited with code 1.
2023-11-17 13:01:41 ERROR:root:APP_URL not set or wrong format. See docs for more info.
2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [31] [INFO] Worker exiting (pid: 31)
2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [37] [INFO] Booting worker with pid: 37
2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [1] [ERROR] Worker (pid:31) exited with code 1
2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [1] [ERROR] Worker (pid:31) exited with code 1.
2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [40] [INFO] Booting worker with pid: 40
2023-11-17 13:01:41 ERROR:root:APP_URL not set or wrong format. See docs for more info.
2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [34] [INFO] Worker exiting (pid: 34)
2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [1] [ERROR] Worker (pid:34) exited with code 1
2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [1] [ERROR] Worker (pid:34) exited with code 1.
2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [44] [INFO] Booting worker with pid: 44
2023-11-17 13:01:41 ERROR:root:APP_URL not set or wrong format. See docs for more info.
2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [40] [INFO] Worker exiting (pid: 40)
2023-11-17 13:01:41 ERROR:root:APP_URL not set or wrong format. See docs for more info.
2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [37] [INFO] Worker exiting (pid: 37)
2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [1] [ERROR] Worker (pid:40) exited with code 1
2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [1] [ERROR] Worker (pid:40) exited with code 1.
2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [46] [INFO] Booting worker with pid: 46
2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [1] [ERROR] Worker (pid:37) exited with code 1
2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [1] [ERROR] Worker (pid:37) exited with code 1.
2023-11-17 13:01:41 ERROR:root:APP_URL not set or wrong format. See docs for more info.
2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [44] [INFO] Worker exiting (pid: 44)
2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [49] [INFO] Booting worker with pid: 49
2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [1] [ERROR] Worker (pid:44) exited with code 1
2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [1] [ERROR] Worker (pid:44) exited with code 1.
2023-11-17 13:01:41 ERROR:root:APP_URL not set or wrong format. See docs for more info.
2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [46] [INFO] Worker exiting (pid: 46)
2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [1] [ERROR] Worker (pid:46) exited with code 1
2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [1] [ERROR] Worker (pid:46) exited with code 1.
2023-11-17 13:01:41 [2023-11-17 13:01:41 -0500] [52] [INFO] Booting worker with pid: 52
2023-11-17 13:01:42 [2023-11-17 13:01:42 -0500] [54] [INFO] Booting worker with pid: 54
2023-11-17 13:01:42 ERROR:root:APP_URL not set or wrong format. See docs for more info.
2023-11-17 13:01:42 [2023-11-17 13:01:42 -0500] [49] [INFO] Worker exiting (pid: 49)
2023-11-17 13:01:42 [2023-11-17 13:01:42 -0500] [1] [ERROR] Worker (pid:49) exited with code 1
2023-11-17 13:01:42 [2023-11-17 13:01:42 -0500] [1] [ERROR] Worker (pid:49) exited with code 1.
2023-11-17 13:01:42 [2023-11-17 13:01:42 -0500] [58] [INFO] Booting worker with pid: 58
2023-11-17 13:01:42 ERROR:root:APP_URL not set or wrong format. See docs for more info.
2023-11-17 13:01:42 [2023-11-17 13:01:42 -0500] [52] [INFO] Worker exiting (pid: 52)
2023-11-17 13:01:42 [2023-11-17 13:01:42 -0500] [1] [ERROR] Worker (pid:52) exited with code 1
2023-11-17 13:01:42 [2023-11-17 13:01:42 -0500] [1] [ERROR] Worker (pid:52) exited with code 1.
2023-11-17 13:01:42 [2023-11-17 13:01:42 -0500] [60] [INFO] Booting worker with pid: 60
2023-11-17 13:01:42 ERROR:root:APP_URL not set or wrong format. See docs for more info.
2023-11-17 13:01:42 [2023-11-17 13:01:42 -0500] [54] [INFO] Worker exiting (pid: 54)
2023-11-17 13:01:42 [2023-11-17 13:01:42 -0500] [1] [ERROR] Worker (pid:54) exited with code 1
2023-11-17 13:01:42 [2023-11-17 13:01:42 -0500] [1] [ERROR] Worker (pid:54) exited with code 1.
2023-11-17 13:01:42 [2023-11-17 13:01:42 -0500] [62] [INFO] Booting worker with pid: 62
2023-11-17 13:01:42 ERROR:root:APP_URL not set or wrong format. See docs for more info.
2023-11-17 13:01:42 [2023-11-17 13:01:42 -0500] [58] [INFO] Worker exiting (pid: 58)
2023-11-17 13:01:42 ERROR:root:APP_URL not set or wrong format. See docs for more info.
2023-11-17 13:01:42 [2023-11-17 13:01:42 -0500] [62] [INFO] Worker exiting (pid: 62)
2023-11-17 13:01:42 ERROR:root:APP_URL not set or wrong format. See docs for more info.
2023-11-17 13:01:42 [2023-11-17 13:01:42 -0500] [60] [INFO] Worker exiting (pid: 60)
2023-11-17 13:01:42 [2023-11-17 13:01:42 -0500] [1] [ERROR] Worker (pid:62) exited with code 1
2023-11-17 13:01:42 [2023-11-17 13:01:42 -0500] [1] [ERROR] Worker (pid:62) exited with code 1.
2023-11-17 13:01:42 [2023-11-17 13:01:42 -0500] [69] [INFO] Booting worker with pid: 69
2023-11-17 13:01:42 [2023-11-17 13:01:42 -0500] [1] [ERROR] Worker (pid:58) exited with code 1
2023-11-17 13:01:42 [2023-11-17 13:01:42 -0500] [1] [ERROR] Worker (pid:58) exited with code 1.
2023-11-17 13:01:42 [2023-11-17 13:01:42 -0500] [1] [ERROR] Worker (pid:60) exited with code 1
2023-11-17 13:01:42 [2023-11-17 13:01:42 -0500] [1] [ERROR] Worker (pid:60) exited with code 1.
2023-11-17 13:01:42 [2023-11-17 13:01:42 -0500] [70] [INFO] Booting worker with pid: 70
2023-11-17 13:01:42 [2023-11-17 13:01:42 -0500] [71] [INFO] Booting worker with pid: 71
2023-11-17 13:01:42 ERROR:root:APP_URL not set or wrong format. See docs for more info.
iamronr commented 9 months ago

Switching from latest to beta fixes the issue... I'll stay here for now...

realashleybailey commented 9 months ago

I think you were not on the latest, I see absolutely no issue with the latest build