Project

General

Profile

Bug #25123

Updated by Clark ANDRIANASOLO 4 months ago

When logging in as a Rudder user, I successfully log in but I see an error log about a database unique constraint violation on @(userid, sessionid)@ from the @UserRepository#logStartSession@ method :  
 !clipboard-202407091608-isen3.png! 

 The database error suggests that we are executing the @authenticate@ method twice with the same context (session and user). 

 We would like to know in which cases this happens, and at least avoid throwing this error.   

Back