Blank screen with IOS 15.1 [SOLVED]

Someone reported, through @Kasseth that they were unable to access the game when trying to login to Wolfery using:

Device: IPad Air 3
IOS version: 15.1
Browser: Chrome

They also got the same issue using:

Device: IPhone model 8

Anyone with similar specs that can try it out?

The either got an eternal spinner on the login button, or a blank screen after reloading.
No errors in the console log either.

/Accipiter

1 Like

Thanks @Tlancaalek for finding the issue!

Related issue: https://github.com/tilt-dev/tilt/issues/4746

Turns to be caused by Safari’s new NSURLSession Websocket feature.
And it failed in combination with websocket package compression.

I’ve disabled the package compression on the Resgate server, so all IOS devices should work again.

1 Like