chenos

Results 45 comments of chenos

@CarreySWE @hlimouni @xiaolin1225 升级到最新版 v1.2.1-alpha https://github.com/nocobase/nocobase/commit/0d6ebe16cf7e6c4ff8e3cb3578927f2315588aa4

源码更新之后,需要执行升级命令,参考文档 https://docs-cn.nocobase.com/welcome/getting-started/upgrading

The issue has been resolved in https://github.com/nocobase/nocobase/pull/6762. As a temporary workaround, run the following command in the root directory: ```bash yarn add [email protected] -W ```

You don’t need to run `nocobase install` when installing NocoBase via Docker. Just run `docker compose up -d`, and everything will be set up automatically.

Thanks for reporting the issue. In order to help you resolve the problem, could you please provide the full error log? It looks like the log you provided is incomplete,...