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
Diana S NDiana S N 

Lwc is not visible in app builder page

User-added image
AnkaiahAnkaiah (Salesforce Developers) 
Hi Diana,

Refer the below link have solution for similar kind of issue.

https://developer.salesforce.com/forums/?id=9062I000000QvQUQA0

If this helps, Please mark it as best answer.

Thanks!!
mukesh guptamukesh gupta
Hi Diana,

Please use below code and deploy Again and Aslo refresh your app builder page
<?xml version="1.0" encoding="UTF-8"?>
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
  <apiVersion>52.0</apiVersion>
  <isExposed>true</isExposed>
  <targets>
    <target>lightning__AppPage</target>
    <target>lightning__RecordPage</target>
    <target>lightning__HomePage</target>
  </targets>
</LightningComponentBundle>

 
if you need any assistanse, Please let me know!!

Kindly mark my solution as the best answer if it helps you.

Thanks
Mukesh
Diana S NDiana S N
Why iam seeing this error when java is updated one and I set path also
Naveen KNNaveen KN
If you are able to check in or deploy the source code to the sandbox, then no issue with system configuration (Java or path settings). Share the code for all the files in that lwc, we will check in our developer sandboxes.