Skip to main content

Hi Everyone,

I created a lightning app in my dev org. Retrieved the metadata xml in vs code and then deployed it to the test org. Now, I see the metadata in the test org via vs code and I can retrieve and deploy it via the vs code. But strangely I cannot see the lightning app in App Manager list view. Has anyone faced this problem? Am I missing something? Any help would be appreciated.

Thanks

 

#Salesforce Developer #Lightning App Builder #Salesforce CLI

4 respuestas
  1. 24 jun 2024, 8:41

    Hi @Preeti Rathore,

     

    It seems like you successfully deployed your Lightning app's metadata to your test org via VS Code, but you're encountering an issue where the app isn't appearing in the App Manager list view. Here are some steps to troubleshoot: First, check the Deployment Status in Salesforce Setup to ensure there were no errors during deployment. Next, try refreshing the App Manager page in the test org or logging out and logging back in to see if the app appears. Double-check the <YourApp>.flexipage-meta.xml metadata file to ensure it's correctly configured with the <masterLabel> and <description> tags. Verify that profiles in your test org have appropriate permissions to access the Lightning app. If you're using namespaces, ensure they're correctly applied in your metadata files. Lastly, consider checking if your Salesforce edition supports custom Lightning app creation, as some editions have limitations. If the issue persists, reviewing deployment logs in VS Code or Salesforce Setup can provide more insights into any encountered errors or issues.

0/9000