My websites are not working in iOS 15 and prior

I am using Plasmic Codegen. Nextjs 15.4.6 Page Router. My websites are working in localhost and production in desktop ( both desktop and mobile using the dev tools ). But accessing using iPhone with iOS 15 and prior the websites are not working. However, accesing in iOS 17 has no problem. No issue accesing my websites in Android.

My Project ID - rSNJxoyWcY3xfv1fFT5emw.

Enlightment is much appreciated.

Thank you.

Hi @mouthains

Could you share some details about what exactly is not working? and if you see any errors, could you share those as well.

Thanks

Issues resolved. Found a code component that caused the problem with old iOS.

To trouble shoot in codegen, I went to my plasmic-host and commented out the registerComponent/ registerGlobalContext one by one to see which code component contributed to such problem.

Thank you for your time.