Hi Team, we faced one regression while upgrading t...
# ory-selfhosting
t
Hi Team, we faced one regression while upgrading to ory kratos
v0.10.1
from
v0.7.1-alpha.1
, so we use hooks to trigger one of endpoint post user has signed up, our api for some reason takes longer than 15sec, for which earlier it used to throw 502, and we were able to handle it in our frontend but now it throws
400: user already exists with same identifier
which is a bit difficult to handle because of its certainty.