I am debugging an issue where the cluster explorer...
# general
h
I am debugging an issue where the cluster explorer in Rancher Admin (2.14.2) hangs on 2 of 4 clusters (all on v1.34.7). The clusters all worked fine initially, but after deploying services we experience that the the cluster explorer on hangs on 2 of the clusters. This seems to indicate that there are something in the data that causes problems. The other 2 clusters work fine. A little digging with Claude suggested turning off
ui-sql-cache
feature on Rancher Admin. Doing that reveals the following stack trace. Seems like a value conversion error?
Copy code
2026/06/15 14:15:26 [ERROR] http: panic serving 10.42.1.89:41004: interface conversion: interface {} is bool, not string
2026/06/15 14:15:26 [ERROR] goroutine 19028 [running]:
2026/06/15 14:15:26 [ERROR] net/http.(*conn).serve.func1()
2026/06/15 14:15:26 [ERROR] 	/usr/lib64/go/1.25/src/net/http/server.go:1943 +0xd3
2026/06/15 14:15:26 [ERROR] panic({0x9031dc0?, 0xc008cd1950?})
2026/06/15 14:15:26 [ERROR] 	/usr/lib64/go/1.25/src/runtime/panic.go:783 +0x132
2026/06/15 14:15:26 [ERROR] <http://github.com/rancher/steve/pkg/stores/partition/listprocessor.SortList({0xc00b779f40|github.com/rancher/steve/pkg/stores/partition/listprocessor.SortList({0xc00b779f40>, 0x5, 0x2?}, {{0xc011d96c60, 0x3, 0x4}, {0xc00637ffa0, 0x3, 0x4}})
2026/06/15 14:15:26 [ERROR] 	/root/.cache/go/modcache/github.com/rancher/steve@v0.8.24/pkg/stores/partition/listprocessor/processor.go:383 +0x474
2026/06/15 14:15:26 [ERROR] <http://github.com/rancher/steve/pkg/stores/partition.(*Store).List(0xc00187b940|github.com/rancher/steve/pkg/stores/partition.(*Store).List(0xc00187b940>, 0xc0151d4d20, 0xc006e15490)
2026/06/15 14:15:26 [ERROR] 	/root/.cache/go/modcache/github.com/rancher/steve@v0.8.24/pkg/stores/partition/store.go:209 +0x62e
In case anyone else get this issue. It's a CNI bug https://github.com/antrea-io/antrea/issues/8123