what do you see in logs of brokers/routers?
try to find real exception that will help to investigate the issue
i
Ian Roberts
02/06/2023, 6:18 PM
As Igor said, the router log should show the exception(s)
Ian Roberts
02/06/2023, 6:19 PM
you could also use the dev tools in the browser to get information too
d
Dan
02/06/2023, 6:40 PM
Thanks for the responses guys. Nothing coming through in the logs (debug) This issue is just when i’m trying to look at the unified console with more than 1 broker online.
Checked the developer console in the browser and it confirms that the failure is with the ‘sql’ POST request.
I’ll take a deeper look later and feed back any resolution I come across. Thanks!
Dan
02/07/2023, 11:13 AM
Just an update for you guys, in case anyone else comes across this: It was simply missing a ‘self access’ rule in the security group for the brokers. This will also explain why I wasn’t seeing anything in the logs. Thanks!