https://github.com/dcloudio/uni-starter
https://github.com/dcloudio/uni-starter
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dcloudio/uni-starter
- Owner: dcloudio
- License: apache-2.0
- Created: 2023-11-02T12:16:19.000Z (over 2 years ago)
- Default Branch: v2
- Last Pushed: 2026-01-13T07:29:07.000Z (3 months ago)
- Last Synced: 2026-01-13T10:33:30.803Z (3 months ago)
- Language: Vue
- Size: 10.2 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
文档已移至 uni-starter文档
## 常见问题
1. 报错 `Error: Invalid uni-id config file`
创建并配置uni-id的配置文件,在目录 `uniCloud/cloudfunctions/common/uni-config-center/` 下新建 `uni-id/config.json` , [参考文档云端配置config.json的说明完成配置](https://doc.dcloud.net.cn/uniCloud/uni-id/summary.html#config)
2. 报错 `onDBError {code: "SYSTEM_ERROR", message: "Config parameter missing, tokenSecret is required"}`
在目录 `uniCloud/cloudfunctions/common/uni-config-center/uni-id/config.json` 中配置tokenSecret,参考文档[https://doc.dcloud.net.cn/uniCloud/uni-id/summary.html#config](https://doc.dcloud.net.cn/uniCloud/uni-id/summary.html#config)