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
dellseysdellseys 

LogoVersion can't be specified without Logo.

Deployment: LogoVersion can't be specified without Logo.
I am deploying a change set from a staging sandbox to production and i am getting the error below.
I have done 3 deployment from 3 test platforms without issues then this when moving from stage to prod.

This is a Lightning app error i guess. Any assistance 
Error LogoVersion can't be specified without Logo.
Raj VakatiRaj Vakati

You need to include the Logo in your Change Set.  Are you using a Change Set?

Do you have documents included your change set components? If you have you need to make sure you check the "Externally Available Image" checkbox for those documents.

https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_customapplication.htm
 
Andrew Lambert 8Andrew Lambert 8
Noting this is an old item, however I had a similar issue recently.
As near as I could tell in my case was that the partial sandbox I was deploying to had, for the Lightning App, a reference to the prod logo ID which didn't exist so when deploying a new App version, it didn't know what to do as it couldn't find the prod logo record.

To solve the issue I made sure the source environment app had the relevant logo added, and then in the change set added the Asset file for the logo. It was then able to deploy properly.
West Virginia Women WorkWest Virginia Women Work
@andrew Lambert 8 - Thank you! This is exactly what I needed!