Login cannot be validated
arishwani opened this issue · 2 comments
arishwani commented
Hi, I tried login in with HardHat_Admin user and password but it says "login failed". I cloned the whole project again and started a new one still same issue.
Thank you for your support.
Regards,
DragoQCC commented
Hey, sometimes the ts and client don't sync up right, start the teamserver wait for it start up all the way then start the client, make sure if you have changed the teamserver address, you start the client like dotnet run HTTP://address:port
DragoQCC commented
Just updated the code to fix this bug. The client will now always verify and reattempt the connection with the teamserver before logging in. Please git pull the latest update and try it out.