Magento 2.4.4 页面生成器行不起作用

Har*_*son 1 magento2

我们最近更新到 2.4.4,此后我们注意到“行”页面构建器部分不再工作。

当拖动“row”部分时触发JS错误:

Unable to load preview component (Magento_PageBuilder/js/content-type/row/preview) for row. Please check preview component exists and content type configuration is correct.
Run Code Online (Sandbox Code Playgroud)

我查看了 Stack Overflow 上的其他问题,但找不到任何人遇到同样的问题。

Ker*_*rew 6

这是由于 module-page-builder 已针对 Magento 2.4.5 进行了更新,但从我的经验来看,这似乎并不向后兼容 2.4.4。

从 Magento 根目录运行composer require magento/module-page-builder:2.2.2以引入正确的版本,我建议您在升级到 2.4.4 之后删除此要求。