Hey, I've setup the supertokens in an AWS instance in Django server, and i'm testing some besic things from localhost react app. The problem is after a user has signed-in even after clicking the sign-out button it's redirecting to the same page and user is not signing-out, did i do anything wrong?
Note: I've added
http://localhost:3000 in CORS_ALLOWED_ORIGINS list
if anyone faced this issue before please help me.