Lottie plays but throws console errors

I’m using Lotties on a client website, and while they play just fine, I get console 404 errors for “https://unpkg.com/lottie-player.js.map” and
NotSupportedError: Cannot define multiple custom elements with the same tag name
(anonymous function) — lottie-player.js:1:1014
Global Code — lottie-player.js:1:1024

Can someone tell me what is up?

TIA,

Scott

Hi there,
which environment is your clients website? is it a wordpress site or reactJS or?

Tested out with multiple animations on a vanilla JS website and looks to be okay

Hi Karam,

Thanks for your response.

which environment is your clients website? is it a wordpress site or reactJS or?

Neither wordpress nor reactJS.

I was able to solve the "Cannot define multiple custom elements with the same tag name” problem (I had entered the script in two different places!), but I am still getting a 404 error for “https://unpkg.com/lottie-player.js.map

Everything works OK, though.

You can view the website here: yoshidaj.jp

Scott