function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ssssssssssssss 

Lightning components deployed but not showing in the community builder

Hi,


I have deployed my community and site from one sandbox to another but somehow the page editor in the community builder in the destination org does not show any components to drag on to the pages. It shows the pages correctly. All the lightning components are deployed correctly as I can see them in the developer console. 

Can anyone please indicate what could be the problem?

Thanks for your help :)

Sumit
Aleksey SheldagaevAleksey Sheldagaev
Hi.
Does your component implement "forceCommunity:availableForAllPageTypes" interface?
Example:
<aura:component implements="forceCommunity:availableForAllPageTypes">
......
</aura:component>

 
ssssssssssssss
Thanks for your reply. Yes we have it on all our components. At the moment we have managed to recreate the community in the destination sandbox, but I definitely think there should be a way to deploy everything correctly. Any help appreciated. Thanks. Rgds, ~Sumit
renliwrenliw
Hi All,

I am also experiencing this now.

Saddly we do not have the luxury to recreate the site.
I do also think there should be a way to deploy these correctly.

Regards,
Arnie