cancel
Showing results for 
Search instead for 
Did you mean: 

Icons and App update issue with MDK 23.8.3 version

prashanthi_vangala2
Product and Topic Expert
Product and Topic Expert
0 Kudos
660

I have built a new client with below support matrix

My SAM.mdkproject file structure looks like below (where i got the branding from SSAM 2310 version)

And now after the app is installed, the EULA page does not show the button but the strings

And the App Update does not allow to choose "Later" Option the first time i Login, I get below message forcing me to update now (sorry the text is in german because of customer setup)

The issue with this for me is that I cannot setup the debug environment because the app does not connect to my vscode build but to BTPms application.

Any inputs and suggestion with this MDK 23.8.3 client issues?

Regards and Thank you

Shanthi

View Entire Topic
bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

That would typically indicate you did not include metadata in your mdkproject structure so the translation strings are not found.

Check your .mdkproject/metadata folder and make sure your SAM 2210 metadata in included.

prashanthi_vangala2
Product and Topic Expert
Product and Topic Expert
0 Kudos

Metadata is included in the project .

Should i specify the Base project in mdkproject.json file?

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

If your Application.app (ie. metadata) is not at the root level of the metadata folder you need to specify the BaseProject in MDKProject.json to point to the base metadata folder. I am guessing it would be SSAM2210 in your example here.