Basically when we create a new guest user the name we pick in creation is always overwritten by a random name picked casually and the email is always empty.
I'm saying it might be a kernel issue because in the messages we receive after the character creation and after we send correctly the message SendPassport with new name and email, the first message we receive of type LoadProfile holds the correct information, then there is another LoadProfile one that has wrong info, following the two payloads received.
Also after pressing the "Got It" button in the first screen that appears i receive another LoadProfile message that again is with the wrong name and has the version 3:
I was debugging the unity-explorer issue https://github.com/decentraland/unity-renderer/issues/2432 and I realized that this might be a kernel bug.
Basically when we create a new guest user the name we pick in creation is always overwritten by a random name picked casually and the email is always empty. I'm saying it might be a kernel issue because in the messages we receive after the character creation and after we send correctly the message
SendPassport
with new name and email, the first message we receive of typeLoadProfile
holds the correct information, then there is anotherLoadProfile
one that has wrong info, following the two payloads received.First correct one (with no mail):
Second wrong one (with no mail):
Also after pressing the "Got It" button in the first screen that appears i receive another
LoadProfile
message that again is with the wrong name and has the version 3: