THREE.GLTFLoader : couldn't load texture blob ~

I want to display the 3d model on the web page.
The following error occurs on a particular pc.
(On a PC that doesn’t work, an error occurs regardless of the browser.)
I wonder if this problem can occur because the size of the modeling file is large. (approximately 40MB)
If you know the cause or solution, please share it.
(For reference, I checked both glb and gltf for file extensions. Both extensions result in the same error.)

development environment : spring Boot, jsp


GLTFLoader.js (105.4 KB)