Avatars from Guest account don't transfer to RPM Linked account

Hi Guys,

I’m trying to implement guest account and account linking and I’m facing the following issue:

I create a guest account (67dd8f43a8401f1d2a00905e) and then create a token
open the avatar creator in an iframe using api the following parameters: frameApi, clearCache & token. The iframe looks like this:

image

I then subscribe to events and when it’s ready I proceed to create an avatar as a guest user,
I save the avatar and close the application.

I reopen the avatar creator using a new token for the user previously created. The avatar is still there and so I proceed to log in with an existing Ready Player me Account. I’m presented with the following message

To which I click on Continue and insert my credentials. The iframe emits the v1.user.authorized
with the user id (67b7923ed9a2963cc0a8b3a1)

The iframe refreshes and shows the list of avatars belonging to the RPM account except for the avatar I created using the guest account.

The RPM I used to log in effectively shows that I granted access to that partner (sgp)

Guest account id: 67dd8f43a8401f1d2a00905e
RPM Linked account id: 67b7923ed9a2963cc0a8b3a1
Partner: sgp

Note: I tried with and without clearCache

Can you help me figure if there’s an issue with my implementation?
Thanks.

cc: @Tom_RPM

1 Like