rp
07/09/2021, 12:45 PMrp
07/09/2021, 12:45 PMrp
07/09/2021, 12:49 PMsahil-shubham
07/09/2021, 12:50 PMkakashi_44
07/09/2021, 12:55 PMkakashi_44
07/09/2021, 12:58 PMrp
07/09/2021, 12:59 PMsahil-shubham
07/09/2021, 1:00 PMsahil-shubham
07/09/2021, 1:00 PMrp
07/09/2021, 1:01 PMscope
array.rp
07/09/2021, 1:01 PMrp
07/09/2021, 1:01 PM["read:user", "user:email"]
kakashi_44
07/09/2021, 1:01 PMsahil-shubham
07/09/2021, 3:58 PMraviagheda
07/15/2021, 2:50 AMUnhandledPromiseRejectionWarning: Error: No SuperTokens core available to query
I'm getting this error on createSession, what should i add as api-key if I've selfhosted version of supertokens?rp
07/15/2021, 4:57 AMrp
07/15/2021, 4:58 AMraviagheda
07/15/2021, 4:59 AMraviagheda
07/15/2021, 4:59 AMjavascript
supertokens.init({
supertokens: {
// connectionURI: "https://try.supertokens.io",
connectionURI: "http://localhost:3567"
},
appInfo: {
// learn more about this on https://supertokens.io/docs/session/appinfo
appName: "Seller App", // Example: "SuperTokens",
apiDomain: "http://localhost:3000/", // Example: "https://api.supertokens.io",
websiteDomain: "http://localhost:4200/" // Example: "https://supertokens.io"
},
recipeList: [
Session.init()
]
});
rp
07/15/2021, 5:00 AMrp
07/15/2021, 5:00 AMrp
07/15/2021, 5:01 AMraviagheda
07/15/2021, 5:02 AMrp
07/15/2021, 5:03 AMrp
07/15/2021, 5:03 AMrp
07/15/2021, 5:04 AMraviagheda
07/15/2021, 5:13 AMrp
07/15/2021, 5:14 AMraviagheda
07/15/2021, 5:15 AMraviagheda
07/15/2021, 5:17 AM