handsome-oil-82912
06/15/2026, 3:08 PMui-sql-cache feature on Rancher Admin. Doing that reveals the following stack trace. Seems like a value conversion error?
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 +0x62ehandsome-oil-82912
06/18/2026, 1:05 PM