HI
I install Omnileads with first_boot_installer on my server
after install , it reboot and shows nginx 502 error
in systemctl status omnileads command its shows :
`[root@omnileads ~]# systemctl status omnileads.service
● omnileads.service - Omnileads - The Open Source Contact Center Solution
Loaded: loaded (/etc/systemd/system/omnileads.service; enabled; vendor preset: disabled)
Active: activating (auto-restart) (Result: protocol) since Tue 2021-09-14 15:09:01 +0430; 6s ago
Docs: http://www.omnileads.net
Process: 2116 ExecStart=/opt/omnileads/virtualenv/bin/uwsgi --ini /opt/omnileads/run/oml_uwsgi.ini (code=exited, status=0/SUCCESS)
Process: 2114 ExecStartPre=/bin/bash -c source /opt/omnileads/virtualenv/bin/activate (code=exited, status=0/SUCCESS)
Sep 14 15:09:01 omnileads.aio systemd[1]: Failed to start Omnileads - The Open Source Contact Center Solution.
Sep 14 15:09:01 omnileads.aio systemd[1]: Unit omnileads.service entered failed state.
Sep 14 15:09:01 omnileads.aio systemd[1]: omnileads.service failed.`
the "systemctl start omnileads" not working and showing :
Sep 14 15:09:01 omnileads.aio systemd[1]: Failed to start Omnileads - The Open Source Contact Center Solution.
Sep 14 15:09:01 omnileads.aio systemd[1]: Unit omnileads.service entered failed state.
Sep 14 15:09:01 omnileads.aio systemd[1]: omnileads.service failed.
[root@omnileads ~]# systemctl start omnileads
Job for omnileads.service failed. See "systemctl status omnileads.service" and "journalctl -xe" for details.
[root@omnileads ~]# systemctl start omnileads
Job for omnileads.service failed. See "systemctl status omnileads.service" and "journalctl -xe" for details.
thanks!