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
Akshay MenseAkshay Mense 

Not able to see the LWc in my org

Hello, I am not able to see the LWC in app builder. i have enabled the 
Isexposed to true and given proper targets as well  as below. 

<isExposed>true</isExposed>
    <targets>
        <target>lightning__AppPage</target>
        <target>lightning__RecordPage</target>
        <target>lightning__HomePage</target>
    </targets>

I was able to deploy the LWC before in the org but currently i am not able to deploy or edit existing lwc. Please help
Malika Pathak 9Malika Pathak 9
Hi Akshay,

Try this:
https://developer.salesforce.com/forums#!/feedtype=SINGLE_QUESTION_DETAIL&dc=Developer_Forums&criteria=ALLQUESTIONS&id=9062I000000IZO7QAO
<?xml version="1.0" encoding="UTF-8"?>
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata" fqn="compoundAddressLWC">
<apiVersion>45.0</apiVersion>
<isExposed>true</isExposed>
<targets>
<target>lightning__AppPage</target>
<target>lightning__RecordPage</target>
<target>lightning__HomePage</target>
</targets>
</LightningComponentBundle>

Please use your web Component name in place of fqn = "compoundAddressLWC",
like compoundAddressLWC = your web component name

Kindly mark this as best answer, If you find this answer helpfull.
Akshay MenseAkshay Mense
Did not worked.. I am using free dev org and i have enabled the dev hub. aslo.. dont know what is wrong
Akshay MenseAkshay Mense
both the above method did not work
Ajay Patel 70Ajay Patel 70

hello 
@Akshay Mense

my domain is set or not ???