Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们有一个 GWT 应用程序在生产环境中运行良好,但我们注意到在一些罕见的随机情况下出现了奇怪的行为。
问题是我们的主页(GWT 入口点)被加载消息卡住了。
查看生成的网络流量,从登录尝试到加载消息,我们可以看到 *.nocache.js 已从服务器(http 200)正确加载,但在 *.gwt.xml 文件中声明的 js 文件未加载(根本没有服务器请求)。
似乎 nocache.js 文件已正确加载,但未执行,因此没有服务器请求。
任何帮助将不胜感激。