Thanks, I also experience the same. It is working well on the Cloud. But that still doesn't answer my question, if this is an expected behaviour on the On-prem version or not.
Within a translation project, the status presented on the translation job's title is Ready for Review, while the items (sites or assets doesn't matter) in the job are all Approved and other workflow actions tied to the job's Approved status are triggered as well. So it seems like just a visual error...
Hi, Thanks for your insights, I will definitely revise the code. However, it is still not clear why the current code runs well on one instance and fails on an other. Do you know any reason why the configuration is not loaded?
My custom bootstrap connector (forked from this) produces this error running on AEM Cloud: com.adobe.granite.translation.connector.bootstrap.core.impl.BootstrapTranslationServiceFactoryImpl Error while resolving config resourcecom.adobe.granite.translation.api.TranslationException: Error getting Clo...
I tried with a few paths, none was working. Like saving in tmp folder (/tmp/bootstrap-tms/previews/) or in var (/var/bootstrap-tms/20240119/previews). The bootstrap service has jcr:all permission on these folders.
I am trying to get the preview file while using the translation integration framework.I am using the code provided in the Bootstrap Connector (https://github.com/Adobe-Marketing-Cloud/aem-translation-framework-bootstrap-connector).Here's the specific code parts:(in the uploadTranslationObject() func...