When logging into the web interface at https://<IP of IGA primary node>:10443 and navigating to the Updates menu, the system returns an HTTP 500 error. The browser developer tools capture the following message:
{"detail":"Error fetching releases from the channel: Expecting value: line 1 column 1 (char 0)"}
This error appears as a banner at the bottom of the screen.
This behavior occurs because no update channel (Local or Remote) is currently configured in the console. The interface attempts to parse release data from an uninitialized source, resulting in a null or invalid response.
Configure an update channel to initialize the release data stream. Follow these steps to set up the appropriate channel:
setup_localchan /####/iga-suite-####-localchan.tar.gzThe error disappears once the channel configuration is validated and release information is available.