Commit ed89cbd
committed
fix(seerr): check /api/v1/status instead of / for readiness
The root URL returns HTML before Seerr finishes initializing,
causing Radarr/Sonarr addition to fail. Now hits /api/v1/status
which only succeeds after full init, plus adds a 3s settle delay
and a ready log message for consistency with other services.1 parent d31a541 commit ed89cbd
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2030 | 2030 | | |
2031 | 2031 | | |
2032 | 2032 | | |
2033 | | - | |
| 2033 | + | |
2034 | 2034 | | |
2035 | | - | |
| 2035 | + | |
2036 | 2036 | | |
| 2037 | + | |
| 2038 | + | |
| 2039 | + | |
2037 | 2040 | | |
2038 | 2041 | | |
2039 | 2042 | | |
| |||
0 commit comments