Undeployed projects should not be loaded
Currently, undeploy does not delete the folder. This is to preserve any local data created in the folder.
However, for v1 applications (especially on UAT), the gramex.yaml is still loaded. This can interfere with other applications. There are 2 options:
- Option 1: move them to the "~/archive/" directory on undeploy
- Option 2: remove gramex.yaml from the undeployed directory
Edited by S Anand