Hi community!
We recently merged our develop branch into a feature branch causing a name change in one of our model identifiers (spLaneDataFolderName). Due to this merge, we observe a startup error on PRO, complaining that "awf.data.aimms.session:spLaneDataFolderName : Unknown identifier: spLaneDataFolderName (in widget 'scalar_welcome'). (widget: [object Object], status code: 400)". We do not expect any errors on PRO here, as:
- locally we do not get an error,
- the identifier is renamed correctly in the nch file and
- the old identifier name is referenced nowhere in the main project as it should (only in some old .data files which are not included in the .aimmspack and in the nch file)
We already tried removing and re-adding this identifier to the widget and re-releasing.
Can you help us resolve this old reference error which only occurs on PRO?