Within the last couple of days, the rocketchat app on my server has stopped working. It has been working just fine for months. And then something changed recently. When trying to access the https://server/rocketchat, the reported error is:
Proxy Error
The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request
since the first error you see is coming from Apache it sounds a bit like the container running Rocketchat stopped running on your system. To debug I would do the following:
go into the directory where the compose file of Rocketchat is stored. This should be something like /var/lib/univention-appcenter/apps/rocketchat/compose
run docker-compose -p rocketchat ps to see if the containers are running
if the rocketchat container is shown as running, but you still get the proxy error then you could have a look at the logs of the container. this can be done with something like docker-compose -p rocketchat logs rocketchat
you can restart the whole app by running univention-app stop rocketchat && univention-app start rocketchat
hm… you cloud have a look at the output of docker-compose -p rocketchat logs mongo to see if mongodb prints out an error message that could help you further.
that just looks like a general “could not connect” to me. Unfortunately I am not familiar enough with either Rocketchat or Mongodb to provide further help.
Hi. I am having this exact issue after expanding the volume of root. Other apps work as expected. Is there any fix, or do I need to go back to last snapshot?