
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
- Document Data is null.
I'm using flutter and I've just got everything set up, the document meta data is null but the actual query is fine. (see screenshot) The permission I have ar...
- Swift: Delete All Documents
In Swift, how does one delete all documents in the collection. Is the solution to iterate over each document to delete it by document id? Or is there a .deleteA...
- Do I need Redis if using appwrite
Saw appwrite has built-in redis, but does this work for listdocuments, getdocument and other query etc? what does the appwrite redis covers under the hood?
