Hi everyone,
I'm building a new app (Business Plan) that needs to work offline, and I've hit a wall with an issue.
The Problem: When I switch the app to Offline Mode on my phone (iPhone 13), taking a picture with the Camera or Image Input component immediately throws a JSONException error.
It looks like this error corrupts the data before it's even saved to the offline storage, because after I go back online, the files fail to synchronize.
Steps to Reproduce:
-
Run the app on an iOS device.
-
Switch the app to Offline Mode.
-
Navigate to the view with the Camera component.
-
Take a photo.
-
The
JSONExceptionerror appears instantly.
What I've Checked:
-
The app works 100% correctly in Online Mode on the same phone.
-
The app works correctly in Edit Mode on my computer.
-
The problem is only happening in Offline Mode.
I've already filed a formal "Report a breakage" with support, but I wanted to ask the community:
Has anyone else run into this? Is there a known workaround or a specific way the Camera component needs to be configured for Offline Mode to avoid this?
Link to video with bug:
The project working on Cloud.



