英文:
Google App Engine - "Please use https://accounts.google.com/ServiceLogin instead." error
问题
我在我的Google App Engine Go应用程序中遇到了一个奇怪的错误。当我提示用户登录时,他们被重定向到Google的登录界面。登录后,他们会收到一条消息:
> 请使用https://accounts.google.com/ServiceLogin。
我几个月没有碰过我的应用程序代码,之前没有这个问题。我的登录代码基本上就是可以在官方文档中看到的。我可以在Chrome和Firefox上以及多个帐户上轻松重现此错误。
可以在这里查看该应用程序(有点不适合工作场合),每个页面上都有登录按钮。
英文:
I am getting a weird error in my Google App Engine Go app. When I prompt the user to log in, they are redirected to a login screen for Google. After logging in, they get a message
> Please use https://accounts.google.com/ServiceLogin instead.
I haven't touched my app's code in a few months and it wasn't an issue before. My login code is basically what one can see in the official documentation. I can easily recreate this error in both Chrome and Firefox and on multiple accounts.
The app can be viewed here (NSFW-ish), login button is on every page.
答案1
得分: 2
我认为这可能是我们这边的一个错误。我建议您在我们的问题跟踪器上提交一个错误报告,希望能提供一些更多的细节,比如您看到该消息的URL、应用程序ID等。
英文:
I think this can be a bug on our side. I'd recommend you file a bug report on our issue tracker, hopefully with some more details like the URL where you see that message, app-id, etc.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论