To many logs after user delete

Wen we perform user delete in Auth0 logs we see that there is more logs for one operation… We use standard .net HTTP client and Im not sure what cause this… User is deleted jus request seems to be duplicate or Auth0 return some unusal response and c# client try retry but we are sure we call sendMessage just once… The rest is standard Http communication

Is anybody familiar with this ?

I found the issue… that systems gets in loop to each other… we call delete user in auth0 and auth0 call delete user in our side since it was custom DB… I added additional check for this and seems to work…

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.