How can I upload an SSL certificate to Flutterflow?

Database & APIs

I have a project which communicates with a custom application which I am building locally and through ngrok I made it visible outside, when I build the test on the web it loads the products without problems, the problem is when I download the apk from Flutterflow I install the apk on my Android cell phone and I don't receive anything in the response, in fact the request doesn't even reach my server.

What have you tried so far?

I have read that it is a problem with ssl certificates, I have the certificate but it does not allow me to upload it in flutterflow. I also read that flutterflow generates its own certificates automatically. Everything I have found is for Flutter but not in Flutterflow. If so, where should I upload the certificate? Since I can download the code, add the certificate and generate the build apk If anyone has an answer it would be very helpful, thank you.

Did you check FlutterFlow's Documentation for this topic?
Yes