When you click a tile in Fiori launchpad, you meet with this error message:
Chrome Development tool里观察到具体的error message:
找出具体抛error message的JavaScript source code: core-min-3.js:
root cause是解析navigation target时报错:
使用OData 读取navigation target信息:
读取失败,返回response length为0:
返回结果是空的:
在backend debug找出出问题的代码: line 79。
Callstack如下:
使用debug 从line 79点shift + F12直接跳至method 尾部,问题即解决。