solomon
solomon
### 重现步骤 db.RIC_IqyMediaId.find({}) .projection({}) .sort({_id:-1}) .limit(100) 使用该语法进行查询,除了ID其他列返回值为N/A ### 预期外的结果  ### 日志文本 _No response_ ### 版本 1.9.1 ### 部署方式 K8S ### 是否还有其他可以辅助定位问题的信息?比如数据库版本等 将查询语句改为 db.RIC_IqyMediaId.find({}) .projection() .sort({_id:-1}) .limit(100)后, 能够返回正常结果
### 重现步骤 使用的是1.9.1版本,用的helm部署。实例pgsql 返回结果有中文,页面查询报错。 在程序内部打印编码,显示为utf-8,尝试在values添加环境变量解决问题,没有成功 LC_ALL="en_US.UTF-8" LANG="zh_CN.GBK" 程序内部使用locale -a 显示编码为 LANG=zh_CN.GBK LC_CTYPE="en_US.UTF-8" LC_NUMERIC="en_US.UTF-8" LC_TIME="en_US.UTF-8" LC_COLLATE="en_US.UTF-8" LC_MONETARY="en_US.UTF-8" LC_MESSAGES="en_US.UTF-8" LC_PAPER="en_US.UTF-8" LC_NAME="en_US.UTF-8" LC_ADDRESS="en_US.UTF-8" LC_TELEPHONE="en_US.UTF-8" LC_MEASUREMENT="en_US.UTF-8" LC_IDENTIFICATION="en_US.UTF-8" LC_ALL=en_US.UTF-8 ### 预期外的结果   ### 日志文本...

WARNING:root:No local_settings file found. Traceback (most recent call last): File "/var/www/webvirtmgr/console/webvirtmgr-console", line 20, in from webvirtmgr.settings import WS_PORT, WS_HOST, WS_CERT, WS_KEY File "/var/www/webvirtmgr/webvirtmgr/settings.py", line 186, in from webvirtmgr.utils import secret_key...
### Describe the bug  配置后,点击保存。刷新页面后,SecretKey为空,估计后台没有保存上。、 shiro报错信息: `⨯ InvalidArgument: Invalid Argument: Credential access key has length 0, should be 32 at throwDefaultError (/app/node_modules/.pnpm/@[email protected]/node_modules/@smithy/smithy-client/dist-cjs/index.js:838:20) at /app/node_modules/.pnpm/@[email protected]/node_modules/@smithy/smithy-client/dist-cjs/index.js:847:5 at de_CommandError (/app/node_modules/.pnpm/@[email protected]/node_modules/@aws-sdk/client-s3/dist-cjs/index.js:4756:14) at process.processTicksAndRejections...
### Clear and concise description of the problem 1、当前文章slug需要手动填写,是否考虑支持自动生成呢?我现在都是使用的随机字符串,复制粘贴。 2、后台编辑文章时,图片无法直接复制粘贴进去。我看了,再前端界面的编辑器时可以的,但是再前端粘贴进去后,再从后台看,图片时做了转码的。是否考虑优化下显示呢? ### Suggested solution 1、文章slug可以配置自动生成,避免人工频繁操作。 2、后台编辑文章支持图片复制粘贴,并且最好有预览界面? ### Alternative _No response_ ### Additional context  _No response_ ### Validations - [X] Follow...