简体   繁体   English

Fiori Launchpad:无法运行自定义应用程序 - 发现负缓存

[英]Fiori Launchpad : could not run custom App -Found negative cache

i deployed an application on SAPUI5 Repository, when i added it to Fiori launchpad the app could not start and it's giving me the following error while debugging :我在 SAPUI5 存储库上部署了一个应用程序,当我将它添加到 Fiori 启动板时,该应用程序无法启动,并且在调试时出现以下错误:

Uncaught Error: found in negative cache: 'com/emi/Component.js' from sap/bc/ui5_ui5/sap/zstatic/Component.js: 404 - NOT FOUND

com.emi is my sapui5 Component specified in LPD_CUST com.emi 是我在 LPD_CUST 中指定的 sapui5 组件

zstatic is the name of my app zstatic 是我的应用程序的名称

Does anyone have any information about the cause of this ?有没有人有任何有关此原因的信息? thank you谢谢你

我终于找到了错误所在,问题是通过在这样的应用程序 url 之前添加一个 / 来解决的

/sap/bc/ui5_ui5/sap/zstatic/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM