Skip to main content

#Experience Builder0 discussing

Hello,

 

We are trying to push experience bundle, sitedotcom via azure devops to another sandbox and other environments. The problem we face is everything looks fine in the git branch. But when we are deploying it throws the error as in below:

 

File            Type                  Error   

ABC.site      SiteDotCom   You seem to be missing site. Add the file to your bundle and try again.

 

All  the metadata files are present but it still throws the error. #Experience Cloud #Experience Site #Experience Builder #Deployment Issues #DX Developer Git Deployment

 

Any Help would be appreciated.

 

Thanks,

Ajay.

3 answers
0/9000

I have found a bug with LWR Experience Builder's screen responsive property setting for Text Blocks. 

 

Here is how I assume this is supposed to work:

  • I place a text block in Experience Builder. 
  • I check "Override style's default HTML tag". 
  • I set HTML tag to H1
  • I set Text Style to Heading 1.
  • I switch to Mobile View Mode.
  • I select text block.
  • I change Text Style to Heading 6.

At this point, what should happen is that on desktop screen sizes, that text block will have an <h1> HTML tag, and the text style will use the Heading 1 styles. On mobile screen sizes (less than 768px), that same text block will have an <h1> HTML tag, but the text still will now use the Heading 6 style. 

 

Here is what is actually happening. 

  • When I follow those steps in Builder & Preview Mode, it appears to be working correctly. However, when I publish the site here is what I see:
  • In Desktop browser sizes, the text block has <h1> as HTML tag and Heading 1 styles.
  • In mobile browser sizes, the text block has <h1> as HTML tag, but it still has Heading 1 styles except for the font weight. The font weight of the text block has changed to the Heading 6 style, but everything else about it is using the Heading 1 style.

 

Here are the text theme settings for Heading 1 and Heading 6I have found a bug with LWR Experience Builder's screen responsive property setting for Text Blocks. Here is how I assume this is supposed to work:I place a text block in Experience Builder.

 

Here are the Desktop View Mode property settings for that text block.exp-desktop-text-block.png

 

Here are the Mobile View Mode property settings for that text block.exp-mobile-text-block.pngHere's how it looks in Preview Mode when switching between viewport mode (notice the text size gets smaller and it gets bold).preview-mode.gif

 

Here's how the published site looks when changing browser sizes (notice the text doesn't change size, it just gets bold):published-site.gif

 

I have attached a screen recording of this happening. 

 

I have already create a support ticket:

Case #471481270

 

Case Title: Text Block screen responsive property settings do not work 

 

Here is the live published page:

 

https://trifectatechnologies84-dev-ed.develop.my.site.com/byo2026/

 

 

@George Abboud @Alicia Teo @Julie Thompson @* Experience Cloud * #LWR #Experience Builder

 

 

1 comment
  1. Sep 16, 2025, 6:44 PM

    There is a Known Issue for this: https://help.salesforce.com/s/issue?id=a028c00000zjpXC

     

     

    If anyone else runs into this issue, there is a workaround:

    • On desktop view, add in a text block component.
    • Check "Override style's default HTML tag".
    • Make sure the Style is set to something different than the HTML tag. For instance, if the HTML tag is set to "h1", set the Style to "h3".
    • Switch to mobile view.
    • Change the style of that text block to be what you want.
    • Go back to mobile view.
    • Change the style of the text block to be what you want.

    What seems to be happening is if when you first place that text block, and you check "Override styles.." but then set the HTML tag and the style to be the same (e.g. Heading 1 style and h1 tag), then change it in mobile view, it messes it up.

0/9000
4 answers
  1. Jul 30, 2025, 7:36 AM

    The User needs the System Permission 'Field Service Standard'. Assigning the permission set license with the same name is not enough.  

    The User needs the System Permission 'Field Service Standard'. Assigning the permission set license with the same name is not enough.

     

     

0/9000
4 answers
  1. Ajaypreet Singh Saini (Grantbook) Forum Ambassador
    Dec 5, 2024, 3:39 PM

    Hey @HariGovind Vaijwade, try going to the Community Builder > Settings > Advanced > Show all components.

0/9000

I've built a 2GP Package that I am trying to release as a Unlocked Package.

 

I've overcome various validation errors due to missing features or settings in my Scratch Org Definition file. 

 

However my package includes a Sharing Set which depends on the Contact being 'Private' and by default its 'Controlled by Parent', is there a way to define this feature/setting in my Scratch Org Definition File? 

 

@* Experience Cloud * @*Experience Cloud Developers* @Unlocked Packages  @Salesforce DX @* Salesforce Platform *

 

#Salesforce CLI #SFDX CLI #Salesforce Platform #Unlocked Packages #Unmanaged Package #Second Generation Packages #Scratch Org Definition #Experience Cloud #Experience Builder

2 answers
  1. Dec 4, 2024, 2:18 PM

    @Tom Bassett this might help you - https://salesforce.stackexchange.com/questions/218183/sfdx-sharing-settings-scratch-orgs

     

    Is your package ultimately intended for public consumption, or are you just using it internally with your own org(s)?  Deploying sharing-related settings on standard objects can be tricky because the destination org may have valid reasons for how sharing is configured on their standard objects and can't change to support your package.

0/9000

Is there a way to set up Linear/Non-Linear setting for a Sales Path on an Experience Page? I only see a recordid setting for the Component there.

 

#Experience Builder #Path Settings

1 answer
0/9000

#Experience Builder

Hi Ohana,

 

I've built out my portfolio in a playground, when published the tile menus are not visible to guest users. https://amanda-gustafson-developer-edition.na162.force.com/portfolio/s

 

I've hunted around in the security settings, but I can't find a way to make them visible. What am I missing?

Thanks.

Amanda

2 answers
0/9000

I want to be able to take an existing Contact and once it meets certain criteria (like Status = "Go" or something) launch automation that creates  AND ENABLES a community user.  Using flow I can enable the Account as a Partner Account and I can create a community experience user with the correct role and associate it with the Contact id from the Contact - what I can't seem to do is set ENABLE that new user such that the welcome email is sent so the user can setup their password and access the community.  The "Generate new password and notify user immediately" checkbox does not appear to be available to set from a Flow or Process builder.  How can this be done?

 

#Experience Cloud  #Experience Builder  #Partner User  #Community Users  #User Experience

10 answers
  1. Sep 11, 2024, 6:46 AM

    Thank you @Eric Pohlabel! That is working for me.

     

    I'm now trying to do a similar action for deactivating or reactivating users in the same flow or a similar flow, but am getting the MIXED_DML_OPERATION error: "DML operation on setup object is not permitted after you have updated a non-setup object (or vice versa): User, original object: Contact."

     

    Is this a one-time flow for you or can  you check and uncheck the box on the Contact and it triggers the active checkbox on the User?

     

    Thanks!

0/9000

https://ideas.salesforce.com/s/idea/a0B8W00000QcnJzUAJ/preview-product-data-when-building-product-page-in-experience-builder-lwr

 

Hello, could everyone check this Idea and vote for it if possible . The idea is to update LWR Experience Builder to show product data when you are working on a product data page for both B2B and D2C Commerce sites.

 

Currently you don't see any content when working on the page in Experience Builder. It doesn't even show the content when you are previewing it. The only way to see the content is after you publish it, which seems counter-intuitive. 

 

When working on any type of Detail Page in Aura sites, they would pick a random product or category or CMS content record to use as a preview. This was really helpful when trying to design pages. Something similar needs to happen for LWR.

 

#Experience Cloud #IdeaExchange #B2B Commerce #B2C Commerce #D2C #Experience Builder

2 comments
0/9000

Hello,

 

I am unable to upload a featured topic thumbnail, can't figure out why as it keeps giving me this same issue:

We encountered an error while uploading this image. Please try again. Has anyone gotten this error? I've made sure the image is the correct size, didn't have an issue in the builder in a sandbox, this is production.

 

Please advise!

Unable to upload a thumbnail for featured topics

 

#Experience Builder

2 answers
0/9000