c9win.
11/30/2022, 9:33 PM[url]/auth/callback/[id]
along with many others. Nothing seems to run the getProfileInfo
function or any other function I can find.rp_st
12/01/2022, 3:52 AMrp_st
12/01/2022, 3:52 AMrp_st
12/01/2022, 3:52 AMrp_st
12/01/2022, 3:53 AMc9win.
12/01/2022, 5:06 AM/auth/callback/[id]
url. And when it comes back from the provider, I just end up on the auth login page with "Something went wrong. Please try again." and in the url it shows http://localhost:3000/auth?rid=thirdpartyemailpassword&error=signin
. I do have the same id on the front end and back end.c9win.
12/01/2022, 5:08 AMrecipeList: [
ThirdPartyEmailPassword.init({
signInAndUpFeature: {
providers: [
Google.init(),
{
id: "steam",
name: "steam", // Will display "Continue with X"
// optional
// you do not need to add a click handler to this as
// we add it for you automatically.
buttonComponent: <div style={{
cursor: "pointer",
border: "1",
paddingTop: "5px",
paddingBottom: "5px",
borderRadius: "5px",
borderStyle: "solid"
}}>Continue with Steam</div>
}
],
},
}),
c9win.
12/01/2022, 5:08 AMc9win.
12/01/2022, 5:09 AMid: "steam",
for the next portion. Which, it is grabbing to send to steam and back. But erroring out when it gets back. Just my guess is that its cause getProfileInfo
is never running so there is no id passed back.rp_st
12/01/2022, 5:11 AMrp_st
12/01/2022, 5:11 AMc9win.
12/01/2022, 5:15 AMrp_st
12/01/2022, 5:15 AMrp_st
12/01/2022, 5:15 AMrp_st
12/01/2022, 5:15 AMsteam
should be /auth/callback/steam
- is that the URL you are using?c9win.
12/01/2022, 5:18 AMopenid.return_to: http://localhost:3000/auth/callback/steam
rp_st
12/01/2022, 5:19 AMc9win.
12/01/2022, 5:19 AMhttp://localhost:3000/auth/callback/steam?openid.ns=http%3A%2F%2Fspecs.openid.net%...
but nothing with signupapirp_st
12/01/2022, 5:20 AMc9win.
12/01/2022, 5:20 AMrp_st
12/01/2022, 5:20 AMrp_st
12/01/2022, 5:20 AMrp_st
12/01/2022, 5:21 AMc9win.
12/01/2022, 5:21 AMrp_st
12/01/2022, 5:21 AMrp_st
12/01/2022, 5:21 AMrp_st
12/01/2022, 5:21 AMhttp://localhost:3000/auth/callback/steam?openid.ns=htt....
urlc9win.
12/01/2022, 5:22 AMrp_st
12/01/2022, 5:22 AMcode
query param is missing from the URLrp_st
12/01/2022, 5:22 AMc9win.
12/01/2022, 5:23 AMc9win.
12/01/2022, 5:24 AMrp_st
12/01/2022, 5:24 AMrp_st
12/01/2022, 5:25 AMc9win.
12/01/2022, 5:26 AMc9win.
12/01/2022, 5:27 AMrp_st
12/01/2022, 5:27 AMc9win.
12/01/2022, 5:27 AMrp_st
12/01/2022, 5:28 AMc9win.
12/01/2022, 5:29 AMc9win.
12/01/2022, 5:29 AMrp_st
12/01/2022, 5:29 AMrp_st
12/01/2022, 5:29 AMc9win.
12/01/2022, 5:30 AMrp_st
12/01/2022, 5:31 AMc9win.
12/01/2022, 5:31 AMrp_st
12/01/2022, 5:35 AMrp_st
12/01/2022, 5:36 AMrp_st
12/01/2022, 6:38 AMrp_st
12/01/2022, 6:38 AMrp_st
12/01/2022, 6:39 AMrp_st
12/01/2022, 7:05 AMc9win.
12/01/2022, 7:07 AMsattvikc
12/01/2022, 7:08 AMc9win.
12/01/2022, 7:09 AMsattvikc
12/01/2022, 7:15 AMsattvikc
12/01/2022, 7:16 AMc9win.
12/01/2022, 7:19 AMsattvikc
12/01/2022, 7:19 AMsattvikc
12/01/2022, 7:20 AMc9win.
12/01/2022, 7:25 AMsattvikc
12/01/2022, 7:28 AM