cancel
Showing results for 
Search instead for 
Did you mean: 

getting error in console while opening tile in fiori launchpad

muhsin_panakkal
Participant
0 Kudos

l-a324tmp.pngHi Experts,

I have developed one custom application and deployed into fiori launchpad. Initially my UI component version was 1.28 and the tile was working without any error. but recently we upgraded the UI component version to 1.44.8. now am getting some error in console but the app is working fine.(please see the attachment).

What will be the issue..??

Kindly advise me to resolve the above issue.

Thanks,

Muhsin

Accepted Solutions (0)

Answers (4)

Answers (4)

RaminS
Participant
0 Kudos

This issue is caused when your namespace ID, as specified in manifest.json is different from the ID attribute of your tile in launchpad configuration.

I resolved my issue by making sure the "id" attribute in the manifest.json matches the ID of the tile configured in Launchpad:

manifest.json:

This should be the same as the tile definition in launchpad.

former_member657525
Participant
0 Kudos

Hello,

I believe the Error No Descriptor was found should be resolved if you specify proper text for appDescripton field in i18n.Properties file.

#YDES: Application description

appDescription = "<Text for Your Application Name or Title>"

RaminS
Participant
0 Kudos

LOL... the error is about "descriptor", not description 🙂

karthikarjun
Active Contributor
0 Kudos

Well, you should clear the cache in the SAP Fiori system.

Transaction: /IWFND/CACHE_CLEANUP on Gateway (oData cache clearing)

Transaction: /IWBEP/CACHE_CLEANUP on Backend and Gateway (oData cache clearing)

  1. 3. Synchronize chip cache

Run the report /UI2/CHIP_SYNCHRONIZE_CACHE. Make sure there is no error in the table /UI2/CHIP_CHDR

Run the report /UI2/DELETE_CACHE_AFTER_IMP.

/UI2/DELETE_CACHE

  1. 4. Run cache buster
keith_nunn
Active Participant
0 Kudos

Hi, Muhsin.

This error is usually accompanied by a problem opening an app. I can't find any reports so far where the error doesn't correspond to such a problem. So this is a new scenario. That said, in many of the previous cases either clearing the appropriate caches, running a full index calculation or both were necessary to resolve it. So for now I would suggest starting there.

2364579 - SAPUI5 application index is not calculated, is outdated or contains errors

2319491 - How to clean up the cache after applying changes that affect SAP Fiori apps

Thanks,

Keith Nunn
SAP Product Support

muhsin_panakkal
Participant
0 Kudos

Hi Keith,

Thanks for your reply..!

I have cleared all the above mentioned cache, still am getting the error in console, but my app is opening and working all the functionalities. i have defined descriptors in my manifest.json like

"dependencies":

{

"minUI5Version": "1.30.0",

"libs":

{

"sap.ui.core": {},

"sap.m": {},

"sap.ui.layout": {}

}

},

Did I miss anything in here or component..??

Kindly advise me.

Thanks,

Muhsin