由于proxy.html错误,终端停止工作



我得到错误拒绝在一个帧中显示'ah/api/static/proxy.html?jsh=m%3B%2F%2">https://appname.appspot.com/ah/api/static/proxy.html?jsh=m%3B%2F%2…8s_uMxLg#parent=http%3A%2F%2Fappname.appspot.com&rpctoken=....',因为它将'X-Frame-Options'设置为'SAMEORIGIN'。

直到昨天一切都还正常。今天早上打开浏览器访问应用程序,得到了上面的消息。在其他端点应用程序上也得到这个。当我访问端点从后端获取信息时,似乎失败了。

是的,端点发现似乎是失败的,但这是在谷歌方面,而不是你的代码。标记本期并获取最新进展:

https://code.google.com/p/googleappengine/issues/detail?id=9167

我们的几个应用程序的终点确实下降了。当然,这是谷歌的一个错误。等一下。

直到我们今天刷新浏览器页面!

Chrome的JavaScript控制台提示错误:

GET https://_____.appspot.com/_ah/api/static/proxy.html?jsh=m%3B%2F_%2Fscsâ¦L3eu8s_uMxLg#parent=http%3A%2F%2F_____.appspot.com&rpctoken=689483000 404 (Not Found) cb=gapi.loaded_0:116
Refused to display 'https://_____.appspot.com/_ah/api/static/proxy.html?jsh=m%3B%2F_%2Fscsâ¦L3eu8s_uMxLg#parent=http%3A%2F%2F_____.appspot.com&rpctoken=689483000' in a frame because it set 'X-Frame-Options' to 'SAMEORIGIN'. about:blank:1
GET https://_____.appspot.com/_ah/api/static/proxy.html?jsh=m%3B%2F_%2Fscsâ¦L3eu8s_uMxLg#parent=http%3A%2F%2F_____.appspot.com&rpctoken=401828000 404 (Not Found) cb=gapi.loaded_0:116
Refused to display 'https://_____.appspot.com/_ah/api/static/proxy.html?jsh=m%3B%2F_%2Fscsâ¦L3eu8s_uMxLg#parent=http%3A%2F%2F_____.appspot.com&rpctoken=401828000' in a frame because it set 'X-Frame-Options' to 'SAMEORIGIN'. about:blank:1

更新(有人显然正在努力),错误已更改为:

Invalid gadgets.rpc token. 429366340 vs 703741727 cb=gapi.loaded_0:41
c cb=gapi.loaded_0:41
_.Mb._.sa cb=gapi.loaded_0:41
h cb=gapi.loaded_0:59
c cb=gapi.loaded_0:52
Uncaught Error: m`apiproxy0e30dfc60185e9bebed936e8008c20776b338f810.6918280611280352 cb=gapi.loaded_0:71
_.T.Ca.Mm cb=gapi.loaded_0:71
h cb=gapi.loaded_0:59
c

最新更新