Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 [Bug]: 最新代码使用 node.js 后端保存区块发生异常 #1156

Open
stwflyfox opened this issue Feb 27, 2025 · 4 comments
Open
Labels
question Further information is requested

Comments

@stwflyfox
Copy link
Contributor

Environment

chrome

Version

latest

Version

latest

Link to minimal reproduction

none

Step to reproduce

Image

Image

What is expected

No response

What is actually happening

No response

What is your project name

TinyEngine

Any additional comments (optional)

No response

@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically.


Title: 🐛 [Bug]: An exception occurred when the latest code uses node.js backend to save blocks.

@chilingling chilingling added the question Further information is requested label Feb 27, 2025
@chilingling
Copy link
Member

最新版默认将区块管理中的 "区块分类" 与物料面板中区块Tab 的 "区块分组"两个接口合并了。
如果不想要合并,可以修改一下注册表:

[Block, { options: { ...Block.options, mergeCategoriesAndGroups: true } }],

mergeCategoriesAndGroups: true 改为: mergeCategoriesAndGroups: false

@stwflyfox
Copy link
Contributor Author

已经可以保存,但发布区块到私仓后发生error, 实际上已经发布成功了,但后续发生的error导至区块发布状态未改变。

Image

查看私仓上已发布成功:
Image

@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically.


It can be saved, but an error occurs after publishing the block to the private warehouse. In fact, the release has been successfully released, but the subsequent errors that occur to the block release status has not changed.

Image

Check that the private warehouse has been published successfully:
Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants