question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[bug]: Page Builder column-line content type is not supported, this content will not be rendered.

See original GitHub issue

Describe the bug

Ever since we upgraded to Magento 2.4.5 our Pagebuilder content that uses a column has stopped working. We tested this on a clean Pwa Studio install with a Magento 2.4.5 backend attached to it.

To reproduce

Steps to reproduce the behavior:

  1. install a fresh pwa studio environment
  2. attach it to a magento 2.4.5 backend
  3. use a column in pagebuilder on your homepage (or any other page)
  4. See error

Expected behavior

I expect to see the columns and their content I added using pagebuilder in the frontend application.

Screenshots

Landing page backend used for my current homepage: image

Landing page frontend used for my current homepage: image

error in console: image

Possible solutions

Extend the @magento/pagebuilder/lib/ContentTypes with the new column-line type.

Debug Report

yarn build:report output : yarn run v1.22.17 $ buildpack generate-build-report ℹ Generating build report for pwa-test@0.0.1. This may take a moment.

ℹ Inspecting Dependencies Found 9 @magento dependencies in yarn.lock @magento/pwa-buildpack @ 11.4.0 @adobe/apollo-link-mutation-queue @ 1.0.2 @magento/babel-preset-peregrine @ 1.2.1 @magento/eslint-config @ 1.5.3 @magento/pagebuilder @ 7.4.1 @magento/peregrine @ 12.5.1 @magento/pwa-theme-venia @ 1.3.0 @magento/upward-security-headers @ 1.0.10 @magento/venia-ui @ 9.6.0

ℹ Inspecting Magento Backend Not using sample backend. Backend is UP!

ℹ Inspecting System OS: Darwin Kernel Version 21.6.0: Sat Jun 18 17:07:25 PDT 2022; root:xnu-8020.140.41~1/RELEASE_X86_64 Node Version: v16.15.0 NPM Version: 8.5.5

✨ Done in 4.25s.

Please complete the following device information:

  • Device [e.g. iPhone6, PC, Mac, Pixel3]: Mac
  • Browser [e.g. Chrome, Safari]: Chrome
  • Browser Version [e.g. 22]: Version 104.0.5112.101 (Official Build) (x86_64)
  • Magento Version [e.g Adobe Commerce 2.4]: Magento ver. 2.4.5

Please let us know what packages this bug is in regards to:

  • venia-concept
  • venia-ui
  • pagebuilder
  • pwa-buildpack
  • peregrine
  • pwa-devdocs
  • upward-js
  • upward-spec
  • create-pwa

Issue Analytics

  • State:open
  • Created a year ago
  • Comments:9 (3 by maintainers)

github_iconTop GitHub Comments

7reactions
oleksiyzestlogiccommented, Sep 12, 2022

Have same issue, when possible fix will be released?

I added a quick fix on my project (I know, it’s a dirty fix, but it allowed us continue work on the project with minimal time spent):

  1. Override config
module.exports = componentOverride = {
...
    ['@magento/pagebuilder/lib/config.js']: 'src/components/Pagebuilder/config.js'
...
};
  1. Added “column-line” and used ColumnGroup for this component
...
    'column-group': {
        configAggregator: columnGroupConfigAggregator,
        component: ColumnGroup
    },
+    'column-line': {
+        configAggregator: columnGroupConfigAggregator,
+        component: ColumnGroup
+    },
    image: {
        configAggregator: imageConfigAggregator,
...
2reactions
gijsvdscommented, Sep 7, 2022

@anthoula - Thank you for responding. No, it shouldn’t be an extension. It may have something to do with this new feature in 2.4.5: image

maybe the name of the column-type was changed there? I’m not sure but I do know the issue started since we upgraded to magento 2.4.5

Read more comments on GitHub >

github_iconTop Results From Across the Web

[PWA Studio][BUG] Page Builder column-line content type is ...
[PWA Studio][BUG] Page Builder column-line content type is not supported, this content will not be rendered.
Read more >
Issues · magento/pwa-studio - GitHub
[bug]: Page Builder column-line content type is not supported, this content will not be rendered. bug Something isn't working.
Read more >
Magento Page Builder: All About the Column Content Type
In this article, we'll go over Magento Page Builder Column, another important structure content type that you should get to know before ...
Read more >
Changelog - Carbone.io
It is not possible to create a loop of images. All barcodes are supported. Set the Carbone tag into the image alternative text...
Read more >
Magento 2.4.4 Page Builder Row Not Working - Stack Overflow
When dragging the "row" section in a JS error is triggered: Unable to load preview component (Magento_PageBuilder/js/content-type/row/preview) ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found