I altered a XML file in content-type to have more inputs, however these new added inputs are not showing on admin console after I saved and deploy the application. It keeps showing the old file.
I am not too sure if it is a bug or not. It looks like to me that no matter what changes I make the content-type will not show the new updates. I tried to use ./server clean but no success.
You can try gradle clean deploy or just “hard reload” (without cache) on the browser. Changes to form configs usually gets stuck until you reload the browser.
If you have several versions of the same app installed, this may also be causing this, if the “old” version is the one running. This would typically happen if you change the version number of your app and redeploy, and forget to delete the older versions. It might be working as expected in some situations, but after a server restart, one of the other versions might be the active one.