API call working on the web but not on android

Resolved

Hi,

I've made a Flutterflow app with a custom back-end. I'm making API call for various purpose, like Authentication.

My Flutterflow app is working on the web, meaning that API call are actually made and I get responses.

However, I tested on android by dowloading the APK file, and no API call are made whatsoever. My back don't even receive a call, just nothing.

I've tried everything :

  • Allow/Disable Proxy for Run/Test Mode in Flutterflow

  • Allowing cors origin https://app.flutterflow.io/ in my back

  • Allowing cors origin everything in my back

I'm at my wits' end, any help is welcome! 🙏

EDIT

I found the answer, its because for android you have to merge the ssl certificats, that's all!

2
16 replies