We have two environments, one is dev and another is uat. We have made and tested an application in dev which works as per requirements however, for uat
all of our process model's name are either empty or just contain ??? .Also there is no description even though it was present in application of dev.Any idea what could be reason for this?
Discussion posts and replies are publicly visible
Check the internationalization settings in admin console.
'Enabled Languages' under internationalization might be different between both the environments !!
We faced same issue, Before deploy the code in to higher environment check the language. It should be same for both environments.After changing the language for both environments the issue got resolved.Please check the language.