Trial license terminated?

0
Received this message while running the app locally on my machine. I’m a student and didn’t know if after a certain time period Mendix wipes out the info.  Does anyone know what the max time is?  The runtime has been started using a trial license, the framework will be terminated when the maximum time is exceeded!
asked
2 answers
3

When you run locally you use a trial license, this is intended so a developer can test changes without deploying to the cloud. If you want your app to run longer, you can deploy it to a sand box environment.

 

 When running locally, the environment will eventually shut down, all of your data will remain in your database. If you rerun the app locally, it will reset the time on your trial license.

 

Here is a walk through for creating and deploying to the sandbox environment.

https://docs.mendix.com/howto6/create-and-deploy-your-first-app#7-deploying-an-app-to-the-cloud

answered
1

I believe the default runtime when starting locally in the modeler (F5) is 2 hours.

answered