App(with DB connector : Mysql) doesnt work in Cloud

0
Hi, I built an app that uses DB connector(using MySql JDBC). When I build locally and run the app, it works. All is good i.e. able to query external DB using the connector and displaying the resutls… However, When I deploy to the Cloud using “Run” and try it. It doesn’t work. Are there any additional steps required either in StudioPro or post deployment (either to configure the connector or anything)? I appreciate any help, if you have successfully deployed the app using connector to the Cloud? I am just using “Run” from studiopro to deploy to Cloud(as free app)   Thanks, ManyamI
asked
1 answers
1

Is there a firewall between the place where you Mendix application runs and the location of your MySQL server? It might be that your database is simply not accessible by Mendix application.

answered