iOS 26 Safari stuck at "Connecting to..."
not moonraker
### What happened
Seems like a new bug with iOS 26 Safari. I can connect from all other devices on the network, and even from Chrome in iOS. But if I use safari its stuck at "Connecting to..." screen, never getting to initializing.
If I add :7125 port then it connect to "Welcome to Moonraker" page no problem every time.
**Moonraker log shows:**
```
#################### Moonraker Configuration ####################
[server]
host = 0.0.0.0
port = 7125
max_upload_size = 1024
klippy_uds_address = ~/printer_data/comms/klippy.sock
[file_manager]
enable_object_processing = True
[authorization]
cors_domains =
https://my.mainsail.xyz
http://my.mainsail.xyz
http://*.local
http://*.lan
trusted_clients =
10.0.0.0/8
127.0.0.0/8
169.254.0.0/16
172.16.0.0/12
192.168.0.0/16
FE80::/10
::1/128
2025-12-10 18:23:51,641 [application.py:log_request()] - 101 GET /websocket (192.168.2.1) [_TRUSTED_USER_] 5.64ms
2025-12-10 18:23:51,642 [websockets.py:open()] - Websocket Opened: ID: 1959530472, Proxied: True, User Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1, Host Name: 192.168.14.96
2025-12-10 18:23:51,715 [websockets.py:_handle_identify()] - Websocket 1959530472 Client Identified - Name: mainsail, Version: 2.14.0, Type: web
2025-12-10 18:23:51,747 [websockets.py:on_close()] - Websocket Closed: ID: 1959530472 Close Code: 1001, Close Reason: None, Pong Time Elapsed: 0.11
```
### Client
Mainsail
### Browser
Safari
### How to reproduce
Attempt to connect on iOS 26 with Safari browser
### Additional information
_No response_
6 条评论