App Identifier error while Uploading the code to Metrological

Cannot read property ‘identifier’ of undefined
at makeSafeAppId (/usr/lib/node_modules/@lightningjs/cli/src/helpers/build.js:355:20)
at bundleAppRollup (/usr/lib/node_modules/@lightningjs/cli/src/helpers/build.js:206:5)
at Object.bundleEs5App (/usr/lib/node_modules/@lightningjs/cli/src/helpers/build.js:167:12)
at /usr/lib/node_modules/@lightningjs/cli/src/actions/package.js:77:30
at /usr/lib/node_modules/@lightningjs/cli/src/helpers/sequence.js:24:16

“name”: “SonyLiv”,
“identifier”: “com.mt.Sonyliv”, // tried with com.metrological.app.sonyliv

It would be great if someone helps.
Thanks

Hi @anandpatel4 .

Just wondering, the app identifier you’ve shared is in the metadata.json file, right? At the root of your project?

Hi @eduardo.guzman
Yes, from metadata.json file

Hey @anandpatel4, I just ran a quick test with a boilerplate application (created with lng create), using the exact same app identifier as you mentioned and that seemed to work without any issues.

What version of the CLI are you on? Can you try to do the same test as I did, with a newly generated App?