Hmm...yes. Attaching image - this is when I access the ~cloud URL via direct link. But notice there's no Cloud menu on the left side...
If I access the direct links On Sunday, 22/10/2023 at 21:38 Ishan Chattopadhyaya wrote: Are you sure you're running Solr in SolrCloud mode? On Sun, 22 Oct, 2023, 3:36 pm Scott Q., wrote: > I have SOLR 8.11.2 running with 5 nodes in Cloud > configuration and it works great. In fact it was an upgrade from an > earlier version that's been stable for a few years. > > > Since upgrading to 8.11.2 the WEB UI no longer displays the Cloud menu > on the left. I can still access it via direct URL because I know the > links and I can see the graph & nodes. But the nodes for example don't > show any status such as uptime, used space, etc. I don't see any > errors in the logs. > > > In the browser console I see it tries to access two URLs which always > fail and show up in red: > > > http://192.168.1.10:8983/solr/admin/info/system?_=1697493975084&wt=json > > > > and this one: > > > > http://192.168.1.10:8983/solr/admin/info/system?_=1697493975084&nodes=192.168.1.10:8983_solr,192.168.1.11:8983_solr,192.168.1.13:8983_solr,192.168.1.4:8983_solr,192.168.1.9:8983_solr&wt=json > > > > with payload: > > > > * > _: > 1697493975084 > * > nodes: > 192.168.1.10:8983_solr,192.168.1.11:8983_solr,192.168.1.13:8983 > _solr,192.168.1.4:8983_solr,192.168.1.9:8983_solr > * > wt: > json > > > > Again, the system works fine but it's the Cloud menu that's wonky. > > > Is this a known bug or does anyone know what else might be happening ? > > > Thanks! >