Closed cheng-yeung closed 2 months ago
Hello @cheng-yeung Yes, we have an issue with running on a custom external port (-ep). We will fix it in the next release.
Hey @Carazyda Can you tell us how long we will have to wait for a fix (or a new release)?
Fixed in https://github.com/ONLYOFFICE/DocSpace-buildtools/pull/306. New version will be released in about two weeks.
Hi, I was deploying docspace community version with docker on my ubuntu 22.04 for a test run last Friday, using the installation sh script you offered. The script ran gracefully, and all docker containers are up (excluding migration container exited). However, so far I have encountered a few issues:
onlyoffice-doceditor
throws an ERR_INVALID_URL, with input 'http://127.0.0.1:8083:8083/api/2.0/files/file/5/openedit?', where 8083 is the external port (-ep) argument I provided to the installation script.If needed, the following is the full argument set I ran with (sensitive info replaced with placeholder <>):
All containers are healthy, except for
onlyoffice/docspace-doceditor:latest
. I do believe that these problems are somewhat due to the wrongly configured axios baseUrl "http://:8083:8083". Would you shed some light on this?