Skip to content
Trim21 edited this page Dec 9, 2024 · 15 revisions

Troubleshooting

Can't access web UI even though Flood starts correctly

If you are running Flood on a host other than your local machine, use --host argument to listen on all interfaces:

--host 0.0.0.0

Flood can't connect to downloader with tls protocol even though it has valid certification.

nodejs has different way to verify tls cert, you will need to include intermediate certs in your http server, which means you should use fullchain cert.