Authorization error

Authorization between your environments has failed.

This could be caused by having different deploy API keys configured for each of your environments. API keys are specified by the "Umbraco.Deploy.ApiKey" application setting in web.config. Please ensure that these settings match before trying to continue.

Kabum! 💣 🐣

This error was triggered by having this configuration setting in your {{exception.EnvironmentName}} environment, and deploying a content item with a name ending with <value> :

                    <settings>
                        <deploy kabum="<value>" />
                    </settings>
                

This is used for debugging exceptions & errors and should normally not appear unless you are debugging something. You can disable it by removing the "kabum" attribute from the UmbracoDeploy.settings.config file in ~/config of your site.

Content type change error

It looks like the content type of a document you are trying to transfer, has changed.

Deploying content type changes are currently not supported by Umbraco Deploy.

If you want to transfer this document, you need to delete the existing document in the destination site and redeploy it from the source site using the new document type.

A content transfer is already in progress

Another content transfer has already been started, by {{exception.UserName}} ({{exception.UserEmail}}). Please try your content transfer again later.

Connection error

{{exception.Message}}

An error occurred

The {{uiException.EnvironmentName || 'source'}} environment has thrown a {{uiException.ExceptionType || uiException.ClassName || 'unknown exception'}}.

Message: {{uiException.Message}}

The technical details may contain more information.

Task was cancelled

The task was cancelled during execution.

Task timed out

The task timed out.