Cannot connect - Error on all apple devices? Android + Windows is running :-O

Hi all,

I´m running a Proxmox server where you installed the LXL Helper Scripts from npm together with Nextcloud. configured everything according to several YouTube tutorials. In general, the setup works — but Apple devices (iPhone/iPad/macOS) cannot connect via browser or app.

Android and Windows devices can connect without any issues (browser + client).
On Apple devices, the only error message you get is: “Network connection interrupted”.

You’re wondering whether this is a known issue and are ready to provide any required logs.

i will post any needed log for sure.

thx for any help

reguards

1 Like

same here. Apple simply won’t connect via any browser or app.
Firefox
Chrome
Safari
Edge
Opera

when i add this to Custom Nginx Configuration:

proxy_hide_header Upgrade;
proxy_buffering off;
proxy_request_buffering off;
proxy_set_header Host $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;
proxy_set_header Accept-Encoding “”; # Verhindert Gzip-Probleme mit MIME
proxy_set_header Content-Type “”; # NPM überschreibt MIME-Typen

location ~* .(?:css|js|svg|gif|png|jpg|jpeg|ico|woff|woff2|ttf|eot)$ {
proxy_pass http://192.168.178.10:80; # Dein interner Port; ändere bei Bedarf zu HTTPS:443
proxy_set_header Host $host;
add_header Cache-Control “public, max-age=31536000”;
add_header Content-Type “text/css”; # Explizit für CSS; passe bei JS an
expires 1y;
access_log off;
try_files $uri =404; # Vermeidet Rewrite-Loops
}

so could connect with a browser - but i only see text, and could also not connect with the app.