gpt4 book ai didi

exception - 调用方法 'login' 时出现 Meteor OAuth 异常

转载 作者:行者123 更新时间:2023-12-04 20:15:13 24 4
gpt4 key购买 nike

在尝试使用 Meteor 包帐户-facebook 和帐户-google 登录时,我收到 OAuth 处理程序异常。包帐户-twitter 似乎工作正常并完美登录。我没有写任何代码,这是使用accounts-ui包开箱即用的

前端简单地用红色文字说“内部服务器错误”,Meteor 堆栈跟踪如下:

Exception in oauth request handler [Error: failed]
Exception while invoking method 'login' Error: failed
at Request.Meteor.http.call [as _callback] (app/packages/http/httpcall_server.js:117:19)
at Request.init.self.callback (/usr/lib64/meteor/lib/node_modules/request/main.js:122:22)
at Request.EventEmitter.emit (events.js:96:17)
at Request.<anonymous> (/usr/lib64/meteor/lib/node_modules/request/main.js:654:16)
at Request.EventEmitter.emit (events.js:123:20)
at IncomingMessage.Request.start.self.req.self.httpModule.request.buffer (/usr/lib64/meteor/lib/node_modules/request/main.js:616:14)
at IncomingMessage.EventEmitter.emit (events.js:123:20)
at IncomingMessage._emitEnd (http.js:366:10)
at HTTPParser.parserOnMessageComplete [as onMessageComplete] (http.js:149:23)
at CleartextStream.socketOnData (http.js:1366:20)

我正在我自己的基础设施上运行 Meteor 应用程序,并使用一个有效的域名。知道发生了什么吗?

最佳答案

我遇到了同样的问题,结果我的服务配置不正确,特别是我的 Facebook 应用程序密码错误。进入您的 mongo shell 并检查您的meteor_accounts_loginServiceConfiguration 以确保其设置正确。
启动 Meteor,然后通过 meteor mongo 进入 mongo shell
然后键入“db.meteor_accounts_loginServiceConfiguration.find()”以显示该集合中的文档。现在检查您的 Facebook 文档以确保它与您在 Facebook 上创建的应用程序完全匹配。

我这样做了,一切都立即奏效。

关于exception - 调用方法 'login' 时出现 Meteor OAuth 异常,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13437174/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com