our RPM web integration (via i-frame) stopped triggering the v1.avatar.exported
event.
We can reproduce this issue by coping the quickstart code at
https://docs.readyplayer.me/ready-player-me/integration-guides/react/quickstart
and replacing the demo
value with our subdomain:
Open the resulting HTML file
Close the “start from template” overlay
Click “Next ->”
Click “Continue without signup”
The “Next ->” button displays the popup.
This results in a deadlock situation affecting our live systems.
Is this a misconfiguration on our part or did something change at RPM the last few days? How to trigger onAvatarExported
1 Like
+1, I believe this is the same error we continue to have.
Hi Guillem, thank you for the reply. This sounds like it should be very helpful, except that we’re not making this request ourselves. This request is part of the ReadyPlayerMe webframe that gets auto-loaded as part of the WebGL template, so I’m relatively sure we don’t have access to change this URL.
The frame worked correctly until last week, during the error with the 400 CORS error that everyone had. I suspect it happened at the same time. We didn’t change any code, so the issue can only be s…
Hi, I had to implement a workaround. I converted their web solution into a React component, and as a result, I was able to receive the avatarExported
event.