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

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.
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.
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
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.