Chris wrote:
Good catch, and thanks for the screenshot. I checked the code — the real shipped default for this setting is "on" (no login screen), but on page load the toggle can briefly paint as unchecked/off for a moment before it catches up with the actual saved state. That's most likely what you saw. I couldn't find a code path where clicking it flips the setting one way while the popup reports the opposite, so if you see that happen from a deliberate click (not right after a page load), let me know the exact steps and I'll dig further. Flagging the load-time flash to Tom as a small polish fix regardless.
Wolf21 wrote:
The server has been up for about 8 hours. I check again and he button was 'off' (grey color). I turned it 'on' to capture a screenshot showing that it is opposite like I explained originally, and this time the green pop up said it was turning 'on'. So the latest fixed must have changed the button action. see screen shot. So this appears to be resolved, however I don't know if the initial installation shows this button as 'off' or 'on' as it did on my install before the recent updates.
Chris wrote:
Glad that screenshot lines up now — the toggle isn't running off a fixed default, it re-reads the actual saved setting from Sonarr/Radarr/Prowlarr's own config every time the page loads, so what you see is always the real state, not a random flash. I checked the install script directly: a genuinely fresh SparkBox writes that setting to "trust LAN" (on/green) from the very first boot, so a new install should show it on already. If your box showed it grey earlier, that was reflecting whatever mode was actually saved at that moment, not a rendering bug. That page-load flash is already on Tom's list from my earlier note — nothing more needed from you here. Thanks for chasing this down carefully!