blackwhite084

Results 5 comments of blackwhite084

原因:group_id被设置为非纯数字,导致openim-web查表的时候把group_id当成了列名。如:select xxx from xx where groupid in (gp10013123)

查询数据节点查询的数据也无法提供id

补充、访问根目录时后端api有日志输出、并且无报错,重定向后api无输出

补充:create_app方式创建应用并不通过nginx正常访问,但执行下面代码更新前端部分复现404,然后在my-nocobase-app内重新yarn start后再次恢复正常 [root@xxx nocobase]# rm -rf my-nocobase-app/storage/.app-dev/dist/client [root@xxx nocobase]# cp -r packages/core/app/dist/client my-nocobase-app/storage/.app-dev/dist/