latenighttales / alcali

Featureful Saltstack GUI
https://alcali.dev
MIT License
354 stars 60 forks source link

Server doesn't start but displays no UI #490

Closed bjoernbick closed 1 year ago

bjoernbick commented 1 year ago

When i start the Server it doesn't get over a specific point

`[2023-01-19 17:20:40 +0100] [20779] [INFO] Starting gunicorn 19.9.0 [2023-01-19 17:20:40 +0100] [20779] [INFO] Listening at: http://127.0.0.1:8000 (20779) [2023-01-19 17:20:40 +0100] [20779] [INFO] Using worker: sync /usr/lib/python3.9/os.py:1023: RuntimeWarning: line buffering (buffering=1) isn't supported in binary mode, the default buffer size will be used return io.open(fd, *args, **kwargs) [2023-01-19 17:20:40 +0100] [20780] [INFO] Booting worker with pid: 20780 [2023-01-19 17:20:40 +0100] [20781] [INFO] Booting worker with pid: 20781 [2023-01-19 17:20:40 +0100] [20782] [INFO] Booting worker with pid: 20782 [2023-01-19 17:20:40 +0100] [20783] [INFO] Booting worker with pid: 20783

`

In this position is the server stuck.

Am I doing something wrong or is it some internal failure?