A premier customer installing Transform Services manually ran into an issue where thumbnails were not being generated. After troubleshooting the issue we discovered that the root cause was the property
Which is mentioned in the installation docs (https://docs.alfresco.com/transform/tasks/transform-install.html) step 7. This value is incorrect because the code (class ./enterprise/alfresco-enterprise-repository/org/alfresco/enterprise/repo/store/SharedFileStoreConnector.java) adds "/file" to the value of the sfs.endpoint. Please correct the documentation so that the endpoint points to
any
, that is correct, the only change made was in step 7 removing “/file” from sfs.endpoint. If you deploy ACS 6.2 using docker compose( ) you will see that this property is missing from the deployment.
Thanks
Updated project's internal MD docs: https://github.com/Alfresco/alfresco-transform-service/pull/382, matching suggested change here.