Next-Button does not fire `v1.avatar.exported`

A few days ago 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/web-and-native-integration/quickstart and replacing the demo value with our subdomain:

  1. Open the resulting HTML file
  2. Close the “start from template” overlay
  3. Click “Next ->”
  4. Click “Continue without signup”

No event is fired (it should be logged to the console) and the “Next ->” button remains disabled.

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?

The issue seems to have fixed itself overnight. The quickstart example is now working as intended as are our RPM integrations.