THREE.FBXLoader: Cannot find the version number for the file given

Hi, I have just uploaded my portfolio containing a few three avatars but, I get an error I am not currently seeing on my local server.

THREE.FBXLoader: Cannot find the version number for the file given.

When I run the site on my local server I don’t get this error please feel free to visit the site to see what I am talking about www.ivan-richard.com

Steps to recreate the problem

  1. Go to the site www.ivan-richard.com
  2. Go to the project section
  3. Click any of the avatars
  4. Open developer console

You’ll see the THREE.FBXLoader: Cannot find the version number for the file given. error

But this error doesn’t show up on the local server when I run the site. The git hub repository for the site
is shown below if you want to run the code by yourself

This is a direct link to one of your FBX asset:

https://www.ivan-richard.com/assets/fbx/DragonFinal.fbx

When opening this link, I get the following error in the browser console:

ERROR Error: Uncaught (in promise): Error: Cannot match any routes. URL Segment: ‘assets/fbx/DragonFinal.fbx’ Error: Cannot match any routes. URL Segment: ‘assets/fbx/DragonFinal.fbx’

Seems like a configuration issue of your UI lib.

I am currently looking into that, it seems something to do with routing and how I set up the routes in Angular which prevents the file from being accessed asynchronously.

Thank you for your response, greatly appreciate it.