You need to sign in to do that
Don't have an account?

Lightning web component is not visible in community page
I am trying to upload a custom component on the community site page, but it's not visible on the community site.
Can anyone help me to solve this issue.
Thanks in advance
Can anyone help me to solve this issue.
Thanks in advance
I would suggest you to check your js-meta.xml file once and make sure that you have added the needed target in it. XML file will be like this: Hope this explanation will resolve your query. Mark it as the best answer if you find it helpful.
Thanks
Akshay
All Answers
Could you please check meta file of lwc component, whether this target has been added there or not.
Please mark this answer as best answer if it helps so that others facing simlar issue will find it useful.
Thanks!
Make sure that you have add following into your lwc xml file.
Keep mind one thing that <isExposed>true</isExposed> it must be true.
let me know if it helps you and marking it as best answer.
Thank you
I would suggest you to check your js-meta.xml file once and make sure that you have added the needed target in it. XML file will be like this: Hope this explanation will resolve your query. Mark it as the best answer if you find it helpful.
Thanks
Akshay