Avatar creator is displaying the success window despite it being disabled on my application

Hi, I’m developing an app in Flutter, I managed to implement the RPM avatar creator into it pretty seamlessly with animations and clientside storage of avatars with the ability to also edit avatars. This was all without the API.

However even though this was great, there was one thing bugging me. When I wanted a user to customise their already created avatar, when loading the iframe, it would display a completely different default avatar, so the user would lose all their customisation they’d made.

There was only one way to fix this and it was to implement the API so I could give users guest accounts so that way their avatars would save and when loading the iframe, it would save the users current customisation progress.

I implemented it well with tokens and such however now whenever I press “next”, the “continue without signup” window that would usually show (which allows the user to export and display their avatar), only flashes for a second and gets replaced by the success window, despite it being disabled in my application settings.

This makes it so the user can’t progress to and export their avatar, meaning they can just copy the link or go back to the screen which shows the user to create a new avatar or choose the one they just made but can’t actually use because they can’t get past the next button.

Is this to do with the API ignoring my developer account settings?

I really wish I could make it so when users wanted to edit the appearance of their already created avatar, it wouldn’t start them from scratch again and would let them continue from the current avatars metadata.

Any answers would be greatly appreciated!

Fixed, I wasn’t calling the iframe correctly so it wasn’t set up to accept avatar creation when pressing “next”