I’m trying to display the selected avatar from the template to my own avatar view by downloading the glb.url and loading it with GLTFLoader. However, it seems the server is rejecting my download request. As pre, this error says Error loading GLTF model: HttpError: fetch for ".
How do I go around to fetch the avatar to be displayed in my own container that can process glb files? Working in expo enviornment