-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
Environment
Chrome 版本 122.0.6261.129(正式版本) (64 位)
Version
v16.20.2
Version
@opentiny/vue@3.10.0
Link to minimal reproduction
最新
Step to reproduce
- 新增一个组件物料
- 执行 pnpm buildMaterials
- 提示新增成功,查看数据库已入库
但是刷新页面后,提示服务器500,查看是data-center报了错,有个物料JSON无法parse成功
[2024-03-28T11:17:34.667Z] debug GET /apps/918 (119 ms) 200
[2024-03-28T11:17:34.698Z] error SyntaxError: Expected ',' or '}' after property value in JSON at position 1257
SyntaxError: Expected ',' or '}' after property value in JSON at position 1257
at JSON.parse ()
检查数据库中新增的物料,确实无法parse,删除物料后刷新页面正常进入
建议入库前做个JSON校验
What is expected
No response
What is actually happening
No response
Any additional comments (optional)
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels