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