Killian
07/19/2022, 11:49 PMshowtim3
07/20/2022, 7:17 AMAbhishek | TechVZero
07/20/2022, 8:11 AMAbhishek | TechVZero
07/20/2022, 8:11 AMrp
07/21/2022, 3:39 AMIaS1506
07/21/2022, 7:58 AMFinnTheHero
07/21/2022, 11:27 AMAlankazam
07/21/2022, 3:43 PM{
"error": "The middleware couldn't serve the API path /signin, method: post. If this is an unexpected behaviour, please create an issue here: https://github.com/supertokens/supertokens-node/issues"
}
Note¹: The /signup path works normally.
Note²: I'm using the following recipes in order: Session, UserMetadata, UserRoles, PasswordLess, EmailPassword
Can you tell me how I can diagnose this problem?rp
07/21/2022, 4:07 PMArjun
07/21/2022, 7:29 PMJake
07/23/2022, 2:08 AMrp
07/23/2022, 3:49 AMLindo (Hannes Colt)
07/25/2022, 10:23 AMLaith
07/25/2022, 11:21 AMshorthair_[]
07/25/2022, 11:32 AMshorthair_[]
07/25/2022, 11:32 AMshorthair_[]
07/25/2022, 11:33 AMshorthair_[]
07/25/2022, 11:34 AMmas_dwi
07/25/2022, 12:35 PMPPaii
07/25/2022, 2:03 PMsharma
07/26/2022, 6:26 AMrp
07/26/2022, 6:29 AMyzs
07/26/2022, 7:05 AMBinouse
07/26/2022, 9:38 AMrp
07/26/2022, 10:28 AMkévin millot
07/26/2022, 12:43 PMjs
EmailPasswordNode.init({
emailDelivery: {
service: new STMPService({
smtpSettings: {
host: "smtp.office365.com",
password: process.env.EMAIL_PW,
port: 587,
from: {
name: "",
email: process.env.EMAIL_ADDRESS,
},
secure: true
},
})
},
}),
Arjun
07/26/2022, 9:40 PMArjun
07/26/2022, 10:07 PMArjun
07/27/2022, 4:48 AMmas_dwi
07/27/2022, 9:06 AM