Hi! I just did a fresh install of mailcow-dockerized. But when i try to login to sogo with a freshly created user, i get the “Unhandled error response”

I run 2 machines, “Machine A: 192.168.86.51” with “Nginx Proxy Manager” and a wordpress site and “Machine B: 192.168.86.50” with “Mailcow-Dockerized”

My dns records on cloudflare looks like this:

And my NPM looks like this:

All tests from https://mxtoolbox.com came back positive.

I searched a few forums for a solution but without any luck.

Here’s the latest log entries for sogo:
12.04.2022 21.43.50 notice [51]: 141.101.105.158 "POST /SOGo/connect HTTP/1.0" 200 40/106 0.459 - - 0 - 13
12.04.2022 21.43.50 notice [51]: SOGoRootPage successful login from '141.101.105.158' for user 'caf@caf9.dk' - expire = -1 grace = -1
12.04.2022 21.43.41 notice [51]: 141.101.105.158 "GET /SOGo/login?language=English HTTP/1.0" 200 8643/0 0.023 35465 75% 0 - 11
12.04.2022 21.43.27 notice [51]: 141.101.105.158 "GET /SOGo/ HTTP/1.0" 200 8747/0 0.018 32775 73% 432K - 12
12.04.2022 21.43.03 notice [51]: mailcowdockerized_watchdog-mailcow_1.mailcowdockerized_mailcow-network "GET /SOGo.index/ HTTP/1.1" 200 2573/0 0.019 - - 0 - 12
12.04.2022 21.42.46 notice [51]: 162.158.222.120 "POST /SOGo/connect HTTP/1.0" 403 34/85 0.003 - - 0 - 12
12.04.2022 21.42.46 notice [51]: SOGoRootPage Login from '162.158.222.120' for user 'caf@caf9.dk' might not have worked - password policy: 65535 grace: -1 expire: -1 bound: 0

I hope i’ve provided enough info to help find a solution. Thnx

    Same issue for me on a fresh install of mailcow.

    Have something to say?

    Join the community by quickly registering to participate in this discussion. We'd like to see you joining our great moo-community!

    also the autodiscover is not working correct……….

    in the earlyer version this was working fine.

    Are your logs also saying that you actually did successfully login?
    And are you running multiple machines like i do?

      caf9 Yes, this is my log:

      sogo-mailcow_1 | Apr 13 20:29:00 8b8e2ac40230 sogod [70]: SOGoRootPage successful login from ‘170.78.38.23’ for user ‘postmaster@xxxxx.com.br’ - expire = -1 grace = -1
      sogo-mailcow_1 | Apr 13 20:29:00 8b8e2ac40230 sogod [70]: 170.78.38.23 “POST /SOGo/connect HTTP/1.0” 200 47/103 0.294 - - 0 - 13
      sogo-mailcow_1 | Apr 13 20:29:06 8b8e2ac40230 sogod [70]: mailcowdockerized_watchdog-mailcow_1.mailcowdockerized_mailcow-network “GET /SOGo.index/ HTTP/1.1” 200 2573/0 0.004 - - 0 - 13

      But webpage shows “Unhandled error response”

      marcofons
      Thanks for posting this!

      I pasted this into the advanced tab of my proxy host in nginx proxy manager, changing the ip and port to fit my settings:

      location / {
      proxy_pass http://127.0.0.1:8080/;
      proxy_set_header Host $http_host;
      proxy_set_header X-Real-IP $remote_addr;
      proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
      proxy_set_header X-Forwarded-Proto $scheme;
      client_max_body_size 0;
      proxy_buffer_size 128k;
      proxy_buffers 64 512k;
      proxy_busy_buffers_size 512k;
      }

      No one is typing