Search found 1 match

by keputa
Tue Jul 01, 2025 5:06 am
Forum: Support
Topic: Web ui won't accept connections from sonarr after reboot
Replies: 1
Views: 4367

Re: Web ui won't accept connections from sonarr after reboot

For anyone facing this issue in the future, the problem lies in how fast deluge-web service starts after deluged service. I fixed the problem by adding a 10 second delay to the deluge-web service. "ExecStartPre=/bin/sleep 10" cat << EOF | sudo tee /etc/systemd/system/deluge-web.service > /...