ashhh
09/29/2022, 12:30 AMawait signOut();
the client session hangs and becomes unresponsive and eventually chrome closes the window. There are no console logs. The functions makes a call to http://localhost:3001/auth/signout
which responds 200 ... I was under the impression that a successful signOut yields 401. Does anyone have any suggestions? Is it okay to just post http://localhost:3001/auth/signout and then clear cookies? supertokens-auth-react
self hosted core.ashhh
09/29/2022, 12:37 AMconst userSignOut = async () => {
console.log("user sign out");
await signOut();
redirectToAuth({ show: "signin" });
// also tried window. useNavigator. etc ...
};
tried importing the signOut function from the recipe and also recipe/session ... same resultrp_st
09/29/2022, 4:03 AMrp_st
09/29/2022, 4:03 AMrp_st
09/29/2022, 4:03 AMashhh
09/29/2022, 4:07 AMawait signOut();
. that is to say that the front end session, my chrome tab hangs and becomes unresponsive until eventually chrome kills it.rp_st
09/29/2022, 4:13 AMrp_st
09/29/2022, 4:14 AMrp_st
09/29/2022, 4:14 AMashhh
09/29/2022, 4:26 AM:3000 fontend
:3001 backend - api-server from supertokens-auth-react/examples/with-thirdpartyemailpassword-2fa-passwordless
:3567 supertokens core
:3452 postgres
https://bpa.st/V7HA for frontend supertokens
https://bpa.st/735Q for backend supertokensrp_st
09/29/2022, 4:27 AMashhh
09/29/2022, 6:07 AMrp_st
09/29/2022, 6:22 AMashhh
09/29/2022, 6:36 AMrp_st
09/29/2022, 6:37 AMashhh
09/29/2022, 6:37 AMrp_st
09/29/2022, 6:40 AMrp_st
09/29/2022, 3:30 PMashhh
09/29/2022, 3:34 PMrp_st
09/29/2022, 4:10 PMrp_st
09/29/2022, 4:10 PMashhh
09/29/2022, 5:45 PMrp_st
09/29/2022, 5:45 PM