You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Randomly the links page does not appear and I end up on the download page. I noticed this error in nginx logs: 2024/05/16 19:36:27 [error] 3052751#3052751: *57389 upstream prematurely closed connection while reading response header from upstream, client: 192.168.1.254, server: xxxxx.xxxxx.xx, request: "POST /?wtd=22B2CHgOSjxvfnQp HTTP/2.0", upstream: "http://127.0.0.1:5091/?wtd=22B2CHgOSjxvfnQp", host: "xxxxx.xxxxx.xx
So I tried changing some reverse proxy settings like proxy_read_timeout or proxy_connect_timeout but to no avail.
The text was updated successfully, but these errors were encountered:
Randomly the links page does not appear and I end up on the download page. I noticed this error in nginx logs:
2024/05/16 19:36:27 [error] 3052751#3052751: *57389 upstream prematurely closed connection while reading response header from upstream, client: 192.168.1.254, server: xxxxx.xxxxx.xx, request: "POST /?wtd=22B2CHgOSjxvfnQp HTTP/2.0", upstream: "http://127.0.0.1:5091/?wtd=22B2CHgOSjxvfnQp", host: "xxxxx.xxxxx.xx
So I tried changing some reverse proxy settings like proxy_read_timeout or proxy_connect_timeout but to no avail.
The text was updated successfully, but these errors were encountered: