Closed eldrik closed 4 years ago
I have the same problem
Because the error seems to only occur today there is maybe a bug in 1db85df0db7c1dc6a5377cf871c6134496b6da03 ? (Also the CI tests didn't succeed in that commit ...)
I can confirm that issue.. I updated today and got the same problems. I did the same steps as eldrik did.
I can confirm problem with blank/white screen too after today update.
Same here with a fresh installation.
Okay. I reverted 1db85df0db7c1dc6a5377cf871c6134496b6da03 and can confirm this commit creates this bug. @andryyy
@CMiksche Please, how can I revert too ?
@andryyy Works, thanks.
Can confirm this. Thanks, @andryyy!
Thank YOU guys. :)
Just updated this morning (May 5) and I am seeing this issue again - white screen.
UG! sorry! I did not realize this issue was 2 years old. I just read April 25 and thought it was last month. I’ll create a new ticket.
Just updated this morning (May 5) and I am seeing this issue again - white screen.
UG! sorry! I did not realize this issue was 2 years old. I just read April 25 and thought it was last month. I’ll create a new ticket.
same over here
Prior to placing the issue, please check following: (fill out each checkbox with an
X
once done)Description of the bug: Did an update.sh that ran without complaining on errors.
After trying to got to the main logon page, the page is just white, no input elements etc. using the roundcube and Sogo sites works without an error.
Also other services are working fine under the hood just the mailcow login site is pure white.
Regards eldrik
Docker container logs of affected containers:
No error reported while using docker-compose logs --tail=10
Reproduction of said bug: ran update.sh try to open the mailcow login site --> blank window no error messages
System information: Linux mailstation 4.9.0-8-amd64 #1 SMP Debian 4.9.130-2 (2018-10-27) x86_64 GNU/Linux
docker version
)docker-compose version
)docker-py version: 4.1.0 CPython version: 3.7.5 OpenSSL version: OpenSSL 1.1.0l 10 Sep 2019 | | Reverse proxy (custom solution) | HAProxy setup - but reverse and local login same behavior |
git diff origin/master
, any other changes to the code? If so, please post them.diff --git a/data/web/inc/vars.inc.php b/data/web/inc/vars.inc.php index c7e2174f..64bd5a3b 100644 --- a/data/web/inc/vars.inc.php +++ b/data/web/inc/vars.inc.php @@ -102,7 +102,11 @@ $MAILCOW_APPS = array( array( 'name' => 'Webmail', 'link' => '/SOGo/',
)
), +array(
'name' => 'Roundcube',
'link' => '/rc/'
) );
// Rows until pagination begins
All third-party firewalls and custom iptables rules are unsupported. Please check the Docker docs about how to use Docker with your own ruleset. Nevertheless, iptabels output can help us to help you:
iptables -L -vn
,ip6tables -L -vn
,iptables -L -vn -t nat
andip6tables -L -vn -t nat
.No fw enabled
docker exec -it $(docker ps -qf name=acme-mailcow) dig +short stackoverflow.com @172.22.1.254
(set the IP accordingly, if you changed the internal mailcow network) and post the output.docker exec -it $(docker ps -qf name=acme-mailcow) dig +short stackoverflow.com @172.22.1.254 151.101.1.69 151.101.65.69 151.101.129.69 151.101.193.69