我为AppEngine配置了Google Cloud IAP,然后,当我尝试访问我的应用程序时,我登录了我的Google帐户,并重定向到了该URL:
project-id.appspot.com/_gcp_gatekeeper/authenticate?state=long-state-string&scope=email%20openid%20https://www.googleapis.com/auth/userinfo.email&authuser=2&hd=domain.com&session_state=a23b09e8ae90697d931d96068fdcf163a7710 ..9268&prompt = consent
此页面仅显示以下错误,其他都无所谓:
There was a problem with your request. Error code 11
试图寻找到处都是徒劳的日志。 @Matthew Sachs你有什么主意吗?
答案 0 :(得分:1)
在设置新项目时遇到了这种情况,解决方案是先关闭IAP,然后再重新打开。
不是一个很好的答案,但希望会有所帮助。