Do you want to request a feature or report a bug?
Bug
What is the current behavior?
Install together with traefik 2 within the same docker compose file. postgresql and rabbitmq work fine without any error. However, the document server raise endless error loop of rabbitmq connection issue when it starts compeletly. The error message is shown below. I changed the AMQP_URI from rabbitmq hostname to IP address, but it would won’t solve the problem. The error ouptup shows that the document server is still trying to connect to the IP of 127.0.0.1.
“[ERROR] [localhost] [docId] [userId] nodeJS - [AMQP] Error: connect ECONNREFUSED 127.0.0.1:5672”
2023-07-23T05:20:33.393944694Z at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1159:16)
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.
Use the latest docker compose file with minor changes to setup traefik together.
What is the expected behavior?
Is the error by design? and actually there is no negative impact with it at all?
Did this work in previous versions of DocumentServer?
N/A
DocumentServer Docker tag:
Latest
Host Operating System:
Debian 11 LXC container in PVE7.4