最近的几个版本更新后概览页面提示服务异常,网上也找不到相同案例,重装也没用

其他页面正常运行,就概览页面加载不出来提示服务异常,1pctl status看core和agent状态也是正常的,日志附上,求大佬们帮忙看一下,重启服务也没用,之前还可以通过重启宿主机解决,现在重启宿主机也没用了,看日志报错里就提示的这个,这个上边那段是useragent
runtime error: slice bounds out of range [:-1]runtime/panic.go:141 (0x437393)
github.com/1Panel-dev/1Panel/agent/utils/encrypt/encrypt.go:119 (0xbd491d)
github.com/1Panel-dev/1Panel/agent/utils/encrypt/encrypt.go:150 (0xbd48a1)
github.com/1Panel-dev/1Panel/agent/utils/encrypt/encrypt.go:87 (0xbd42a9)
github.com/1Panel-dev/1Panel/agent/utils/encrypt/encrypt.go:107 (0xbd4488)
github.com/1Panel-dev/1Panel/agent/app/repo/database_mysql.go:58 (0xbe5024)
github.com/1Panel-dev/1Panel/agent/app/service/dashboard.go:162 (0x23b9d98)
github.com/1Panel-dev/1Panel/agent/app/api/v2/dashboard.go:106 (0x24f3021)
github.com/gin-gonic/gin@v1.10.0/context.go:185 (0xb308ae)
github.com/gin-gonic/gin@v1.10.0/recovery.go:102 (0xb3089b)
github.com/gin-gonic/gin@v1.10.0/context.go:185 (0xb2f9e4)
github.com/gin-gonic/gin@v1.10.0/logger.go:249 (0xb2f9cb)
github.com/gin-gonic/gin@v1.10.0/context.go:185 (0xb2edd1)
github.com/gin-gonic/gin@v1.10.0/gin.go:633 (0xb2e840)
github.com/gin-gonic/gin@v1.10.0/gin.go:589 (0xb2e371)
net/http/server.go:3210 (0x8f428d)
net/http/server.go:2092 (0x8d37af)
runtime/asm_amd64.s:1700 (0x478fe0)

报错日志再多复制一些