Hi I'm new to appwrite. I tried googling to solve this issue before but I'm not able to connect to my appwrite isntance using flutter on release builds. Debug builds work just fine. I have a /release folder in my android app directory with the same settings carried over from my debug xml manifest file so I'm confused what the issue could be. Not sure if relevant but I also have a key sign file and the app builds fine - I just cannot login or do anything as if it's not connecting on release apk only.
What's the error?
I could not tell because it was a release apk <:shrug:845752289448820747>
but I figured it out. It was missing the network permissions xml tag.
I recommend integrating with an error tracking solution like sentry
[SOLVED] Building for Release
how does sentry work with app permission problems?
Appwrite gives you visibility into errors in your app. So when an app throws an exception, it gets sent to sentry and you can look at all the details about it
Hm. I'm not familiar with how app write can inject itself so deeply into the app but ok I will. Thanks!
Oops sorry I meant sentry, not Appwrite
ah!
Recommended threads
- RowList: The value of total is coming as...
RowList: The value of total is coming as a String, so it throws an error because it’s not parsed into an int. Error: TypeError: \"37\": type 'String' is not a ...
- [SOLVED] curl error Number: 6 — function...
Hello, I invested a lot of time in this error in a fresh install of appwrite 1.8.1 and lasted until fix, this if for helping anyone that can have the same weird...
- {"code": 1008, "message": "Invalid Origi...
Nothing has changed in my application or console settings so I'm curious as to what I need to do to fix this. I already have the client registered so I'm not en...