Database is not working on Mendix Cloud deployment

0
Hi All, I connected my Mendix app using PostgreSQL(which is hosted on a cloud) and when I am running my app locally everything works fine i.e. all of the data view and charts are showing their values stored in the database. But when I am hosting my app on Mendix Cloud the data view and charts are not working i.e. they are not getting values from database. What should I do now ?? I am using free(trial) version of Mendix Studio Pro Regards, Shivanshu
asked
1 answers
1

The free environment comes with a database and can’t be connected to a separate database as you are doing locally.

Restoring the cloud database you have on the free environment is not possible, this is only available for licensed cloud nodes. See the documentation at: https://docs.mendix.com/developerportal/operate/restore-backup#4-restoring-a-backup-for-a-free-app

answered