hi! i've been building an app with expo react native and after the downtime yesterday on appwrite now my app crashes as soon as i turn it on with my IOS simulator.
my projectID is = 6735d9220031f905b37e
can you try uninstalling and reinstalling the app?
@Steven done it. I commented out my whole appwrite.js and tried starting the app and it started straight away but as soon as i put the file back it shuts down in a sec
can you add some error handling to try and see what's throwing an exception that's causing your app to crash?
it might also help to inspect the network logs to see what API call is failing
Recommended threads
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Appwrite Storage error 503s for automate...
I'm facing error 503s from Appwrite after about 5-6 seconds of making AI requests from my tool with images and files above 20MB (=> not inline base64 used, but ...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...