I need to load .glb model into Three.js. I don't use webpack for this purpose, I put a file in public folder. Model is not being loaded. In console I can see response type=304. I cleared cache in my browser buy it doesn't help.
I've tried almost everything. Have to idea what's wrong and I can't move forward with my vue project. Here is a reproducible example: https://codesandbox.io/s/threejsvuex-y2jo6?file=/src/store/model/main_three.js