gpt4 book ai didi

node.js - 为什么我的代理语句无法正常工作?

转载 作者:太空宇宙 更新时间:2023-11-04 01:42:38 25 4
gpt4 key购买 nike

您好,我使用护照登录,我刚刚创建了一个简单的登录路线

      app.get(
"/auth/google/callback",
passport.authenticate('google', (req, res) => {
res.redirect('/info');
})
);

这是我的代理

    "proxy": {
"/auth/google": {
"target": "http://localhost:5000"
},
"/api/*": {
"target": "http://localhost:5000"
}
},

但是我在 GOOGLE CALL 后尝试回复时遇到错误

代理错误:无法代理请求/auth/google/callback?code=4/YABLvS02ekEDkUSrKF-9fW0fhUdCOxxjPy_BcqEUmApkpGBypD9AQlZmG4LwuPtioFOCHZ0dmy_PPReAq9e5nio&scope= https://www.googleapis.com/auth/userinfo.email+https://www.googleapis.com/auth/userinfo.profile从本地主机:3000 到 http://localhost:5000 (经济重置)。

最佳答案

已解决。

组件 Header.js 丢失

            // gets called with the state object
// returns an object which sets the prop
// for the component (Header)
function mapStateToProps(state) {
return { auth: state.auth };
}

export default connect(mapStateToProps)(Header);

关于node.js - 为什么我的代理语句无法正常工作?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52420365/

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