Blank white screen on real iOS device (works fine in Simulator)

Hi everyone, I’m testing our app in the iOS Simulator and everything works perfectly there. However, when I run it on a real device and open it via the QR code, I only get a blank white screen.

I’ve already checked the JavaScript files but couldn’t spot anything obvious.

Any ideas what might be causing this?

Hi @cagritorunn ! Your device should be connected to the same WIFI network as your develpoment machine, is it?

are you running npx shop-minis dev --tunnel ?

It’s possible there’s a code error preventing the mini from loading. Please check the code for any errors — or temporarily comment out the new changes to debug and isolate the problem.

It happens after the CLI update. It is working on simulator fine, but not working on real device.