Hi. If the app model (“code” of your app) is exactly the same for each instance of app, you don’t need to clone (export / import) the app project. You can just deploy to multiple (productive) environments (each with a distinct URL).
Hi Yehoshoua,
Kindly have a look into it, Hope it will be helpful foe you
https://abdulgaffarabu.medium.com/multi-tenancy-in-mendix-platform-part-i-463b8b892364
Second part yet to come hope it will be resolve your problem.
Hi Yehoshoua Choukroun,
Are you sure do you want to have Different URl’s for different clients ?
If the above is not the case, you can create a mutlitenant domain model structure to your app and chaneg UI according to the logged in client and only one Production set up can be used for all clients.
You can find Multi tenan Administration module in the market place which is very effective and useful.