Preview in Builder not as per the page created in NextJS App code

Hello @sohail,

The preview issue appears to stem from the BuilderComponent within the editor returning the same content. For assistance in resolving this, you may find helpful insights in the following forum post: Forum Post: Multiple BuilderComponents

  1. To address the issue of the custom component not loading for the “/product-view-test-data” page, try resolving it by importing the Builder Registry. You can do this using the following import statement:

    import "../../builder-registry";
    

  2. The Get Code feature is currently in BETA, and we do have a ticket to investigate the Sync to codebase feature. We’ll keep you posted with any progress. In the meantime, you can sync code from the builder to your codebase using the npm command option.

  3. To assist you better with the margin issue, could you please share a specific page and provide a screenshot where you are experiencing the margin at the bottom and are unable to remove it? This information will help us analyze the problem more effectively and provide you with a tailored solution.