Hi Team,
I'm trying to deploy an application which has DOM, LCA and automation script changes as a package(using catalog Low code editor https://catalog.dataminer.services/details/e30c5a15-9a8f-465b-83d0-d1de77aa3396) to prod DM cluster
But its duplicating the application and comes with a suffix (1) as shown in the screenshot. And both the applications have same application ID. so if we delete one of these the other is also deleting.
I tried to deploy the same package on Stage its working.
Couldn't understand why this issue is occurring, Please let me know if anything is required to be done
Hi Hari priya Venkatesan,
The Low Code App Editor includes a feature to check for existing apps during installation. When exporting a package, you’ll see an option called “Overwrite Previous Versions”.
Here’s how it works:
- If this option is disabled (default): The editor will check if there’s already an app with the same name or ID. If a match is found, the new app’s name will be modified by adding a suffix like MyApp
(1)
, and the ID will be changed to avoid conflicts. - If this option is enabled: The new app will overwrite any existing app with the same name or ID. This is useful when you intend to replace/update an existing app.
If you enabled the “Overwrite Previous Versions” option while exporting the package but still encountered issues, could you let me know which version of the Low Code App Editor you're using? Also, if possible, share the package with me so I can investigate further.
If you would like more info on the different export options, you can find them in the docs on Github: https://github.com/SkylineCommunications/Low-Code-App-Editor/blob/main/Documentation/README.md#export
Kind regards
Arne