Open glamke opened 5 years ago
There is an issue about PhotoEditor - https://github.com/ONLYOFFICE/sdkjs-plugins/issues/50 For cliparts we use https://openclipart.org/ and this service is down for some time, we cannot do anything with it. And with Yandex Translate - api key of yandex api may be blocked due to exceed usage, you should check browser logs for it
I'm not really sure where this issue lies. I've installed the stack successfully and have run the
set_configuration.sh
script. The stack works great but a few of the plugins don't work. Specifically, clipart, photo editor and translate don't work. OCR works and the symbol map also works fine. I'm not sure about others.When attempting to open the photo editor I get the error
Error getting assets. Please check your authentication parameters.
Translate just shows two blank drop downs at the top.
I have used these features in the apache version but had a lot of trouble getting networking working through apache and using Traefik as a reverse proxy.
I've added the containers to each others networks thinking there was miscommunication or no communication to no avail.
docker exec into the onlyoffice container shows that the correct javascript is installed in the correct location as explained here https://api.onlyoffice.com/plugin/installation
I'm kinda at a loss since there are no messages in the nextcloud or onlyoffice container logs; viz I have know idea where to go looking next to troubleshoot.
Any direction would be appreciated.