ubisage
11/15/2023, 5:45 AMrp_st
11/15/2023, 6:42 AMubisage
11/15/2023, 6:43 AMrp_st
11/15/2023, 6:43 AMSession.init({
override: {
functions: (oI) => {
return {
...oI,
shouldDoInterceptionBasedOnUrl: (toCheckUrl, apiDomain) => {
if (toCheckUrl.startsWith('http://localhost:9002') || toCheckUrl.startsWith("http://localhost:9003")) {
return true;
}
return false;
}
}
}
}
}),
ubisage
11/15/2023, 7:35 AMubisage
11/15/2023, 7:35 AMrp_st
11/15/2023, 7:35 AMrp_st
11/15/2023, 7:36 AMrp_st
11/15/2023, 7:36 AMubisage
11/15/2023, 7:37 AMrp_st
11/15/2023, 7:37 AMrp_st
11/15/2023, 7:37 AMrp_st
11/15/2023, 7:37 AMubisage
11/15/2023, 8:59 AMrp_st
11/15/2023, 9:28 AMconsole.log(toCheckUrl)
?ubisage
11/15/2023, 9:47 AMubisage
11/15/2023, 9:47 AMrp_st
11/15/2023, 9:56 AMubisage
11/15/2023, 10:01 AMrp_st
11/15/2023, 10:03 AMubisage
11/15/2023, 10:04 AMrp_st
11/15/2023, 10:05 AMnpm i supertokens-website@17.0.4
and try againubisage
11/15/2023, 10:05 AMubisage
11/15/2023, 10:07 AM