Publish app created with DatabaseConnector

0
Hi! I am using DatabaseConnector in my app like in this Mendix Studio Pro example: https://www.youtube.com/watch?v=eJVFyDONU9Y   And when I publish and run in the cloud I get an error when Execute Quey is run. But I can't see the error.     However, in local debug it doesn't give me an error. Help! Please!
asked
3 answers
1

You should be able to check the logs live from a free node by accessing “View Live Log” in the “Environments” tab of the cloud environment.

answered
1

The problem in this situation is that when you run it localy, your database sees you as a Client (Browser), when deployed and running in the cloud the database sees you as a Server wich means different firewall- and security settings are activated on the database side.

Solution:

Adjust the security at the database side to allow origin ‘YourApplicationUrl’

answered
0

Hello,

I get this in the logs:

 

answered