ONLYOFFICE cloud: Free with intention to upgrade to Business
Do you want to: Report a bug / Ask a how-to question
When adding a certificate, there is a “please wait” that takes forever and then stops. I’m using docker-compose, and I have no idea where to start to solve this. I did not use SHA1, as I assumed I could use something that’s not declared unsafe.
Goal is to make OnlyOffice SAML work with Keycloak, but not much info is available, so I’m struggling.
Thank you for provided data, we’re looking into it. Additionally please go to the host and run docker ps, please show us the result.
By the way, is it possible to record a videofile with your test? We would like to see all your settings on this page.
using nginx-proxy, and thus have port 80 of community-server connected to a domain name via a separate network
not using elasticsearch
having volumes in a different location ./volumes
MySQL 5.7 still - had to fix the sql-mode
I notice more things don’t work well. For example, changing the image for branding - it just states the image is to large whatever I upload. Backup does work.
When I directly call the API-links with curl, then it gives an error-page (starting with a <!!). It only states that an error-page should be configured, but nothing, really nothing, shows up in the logs.
So it seems the API doesn’t work correctly? ONLYOFFICE_CORE_MACHINEKEY is the same in the docker-compose.yml. Is there is way to do a self-test?
It would be good to define an error-page for the API, such that a JSON or XML is returned with an error. This would make debugging a lot easier.
If it’s possible, please contact me via PM and provide us with this information (private chat). We’re trying to figure out the situation and we need it for troubleshooting.
Solved. Docker-compose sets a domain, which should not be set when using a reverse proxy. I think the docs should mention this, as I completely overlooked this obvious thing.
It tried to connect from the controlpanel to the community-server via the docker-bridge. Unsetting this + setting the domain in the configuration solved everything.