Hey guys, can I create new accounts when I'm still...
# talk-kratos
f
Hey guys, can I create new accounts when I'm still logged in ? I'm getting this error response when I'm into registration flow after I'm logged in
Copy code
{
  "error": {
    "id": "session_already_available",
    "code": 400,
    "status": "Bad Request",
    "reason": "A valid session was detected and thus registration is not possible.",
    "message": "you are already logged in"
  }
}
m
I dont think you can. Can you tell me a bit more about the usecase maybe? Normally a user would just have one account, and that is why you cant create another one when already logged in. You can create accounts through the admin API directly as well.