In-built database contents not reflecting when application is deployed on mendix cloud.

0
Hi, I have an application running fine, locally. But, the problem arises when it is deployed on mendix cloud. The contents of in-built database doesn’t reflect when deployed on mendix cloud.  Any help is appreciated.  Thanks!
asked
1 answers
3

The database on the Mendix Cloud is distinct from your local database so the contents will be different.

If you are looking to automatically setup some data on the Mendix Cloud as part of your deployment process, you can setup an AfterStartUp microflow to create any missing data. This will also have the advantage of anyone working on your project will have the correct data as well locally.

Hope this helps

answered