System health checks ended. 4 issues found (see the security list in the system view)

Hello,

in the System view, I get an information in the console that I have 4 issues:

System health checks ended. 4 issues found (see the security list in the system view).

I’m not sure what the 4 refers to at my local setup: License is not installed. HTTPS is missing. Debugging is active. What’s the 4th point?

Best Regards,

I think the 4 issues refer to the 4 urls that are tested for accessibility (in your example only 3), but the result and the message seem somewhat confusing.

console.info(
			`System health checks ended. ${
				promises.length - this.accessible.length
			} issues found (see the security list in the system view).`
		);

@distantnative ?

Yea this seems to be a bug, I think I was considering this.accesible as good. But probably it needs to be just this.accesible.length

Thanks for checking and fixing it!