Gateway timeout - are we doing something wrong?

Quite often we get gateway timeouts when loading avatars from the cdn site using the url

https://models.readyplayer.me

Similarly when we load the creator it returns gateway timeouts as well

https://${result.domain}.readyplayer.me/avatar-v2?frameApi&clearCache&token=${result.token}${id}

Any suggestions?

Hello and welcome to the forum,
Can you give us more information about when this happens, for instance, when you try to load a specific avatar? You can also share the avatar URL with us. You can email support with the URL if you would not like to share the information publicly.
Contact support: support.portal.readyplayer.me
Thank you

It happens regularly enough for me to consider changing our method to download the avatar to our own CDN when the user saves.

For example - these will quite often return gateway timeouts.


https://models.readyplayer.me/65f34ea69ae201bf667b5e9e.glb?morphTargets=ARKit,Oculus+Visemes,mouthOpen,mouthSmile,eyesClosed,eyesLookUp,eyesLookDown&textureSizeLimit=1024&textureFormat=png

Using your own CDN will not work because you don’t know when the avatar gets updated.
Are you requesting the same avatar multiple times? Could you share some script you are using when loading, for us to be able to reproduce the issue?