每当我转到http://code.google.com/apis/console,它将我重定向到一个几乎空白的页面,页面上只有文本"30"。
查看来源后,我看到
<html><head><title>404 (Not Found)</title><style type="text/css">
body {
white-space: pre;
font-family: Monaco, "Liberation Mono", Courier, monospace;
font-size: .75em;
}
</style></head><body>30</body></html>
这种情况反复发生,在我删除cookie后,在我再次登录后不久仍然会发生。
有什么想法吗?
谢谢。
可能网站正试图将您重定向到已删除但已不存在的旧项目。检查URL,它应该是类似的东西
this = console.developers.google.com/project/{ProjectNumber}/?auth... etc.
删除您应该拥有的[project/{ProjectNumber}/]
部分类似的东西
this = console.developers.google.com/?auth... etc.
我不知道为什么会发生这种情况,但我希望它能帮助