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
12/01/2022, 3:52 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.recipeList: [
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>
}
],
},
}),
id: "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
12/01/2022, 5:11 AMC9WIN
12/01/2022, 5:15 AMrp
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
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
12/01/2022, 5:20 AMC9WIN
12/01/2022, 5:20 AMrp
12/01/2022, 5:20 AMC9WIN
12/01/2022, 5:21 AMrp
12/01/2022, 5:21 AMhttp://localhost:3000/auth/callback/steam?openid.ns=htt....
urlC9WIN
12/01/2022, 5:22 AMrp
12/01/2022, 5:22 AMcode
query param is missing from the URLC9WIN
12/01/2022, 5:23 AMrp
12/01/2022, 5:24 AMC9WIN
12/01/2022, 5:26 AMrp
12/01/2022, 5:27 AMC9WIN
12/01/2022, 5:27 AMrp
12/01/2022, 5:28 AMC9WIN
12/01/2022, 5:29 AMrp
12/01/2022, 5:29 AMC9WIN
12/01/2022, 5:30 AMrp
12/01/2022, 5:31 AMC9WIN
12/01/2022, 5:31 AMrp
12/01/2022, 5:35 AMC9WIN
12/01/2022, 7:07 AMsattvikc
12/01/2022, 7:08 AMC9WIN
12/01/2022, 7:09 AMsattvikc
12/01/2022, 7:15 AMC9WIN
12/01/2022, 7:19 AMsattvikc
12/01/2022, 7:19 AMC9WIN
12/01/2022, 7:25 AMsattvikc
12/01/2022, 7:28 AM