Hi
We have a translation integration built on the BootstrapTranslationService. As part of that integration we are using the below instructions/method to call for the preview package, generated by AEM on project creation:
"If the Preview feature is enabled, then the file will be generated automatically during the translation job, as long as the provider is calling the uploadTranslationObject method: https://github.com/Adobe-Marketing-Cloud/aem-translation-framework-bootstrap-connector/blob/aem630/b...
This works well for the WeRetail implementation and for many customer content.
However in some circumstances the preview package is not generated, and cannot be retrieved by the connector.
No errors are thrown that we can find in the logs.
Is there any further information on how these preview packages are created, or any examples of instances where they will not be created - ie due to the makeup of the AEM page, or other settings?
thanks