
Announcements
Hi there,
I'm currently running into issues where my published app is working on the web and iOS but not on android.
The app is implementing a custom connector which implements a webservice, here a screenshot from postman:
The connector works fine when I test it. Here is how I implement it (just for test reasons with hard coded values, normaly I'm using input fields):
I was testing the app in iOS and chrome. Everything works fine. Everytime I'm trying it with my android device(s) I get an 500 error.
So what is the android app doing different?