I'm currently working on a website which should include some 3D models displayed with ThreeJs.
When I launched the website on github pages 4 days ago everything worked fine.
Now the threeJs elements wont render, after a while the whole page is crashing.
Im using the PresentationsControls Component, I think the error is about the preset for the light in this component:
Uncaught Error: Could not load venice_sunset_1k.hdr: NetworkError when attempting to fetch resource.
this is the website: https://blu3andy.github.io/blu3hub/
I just saw that the showcase side of the PresentationsControls Component I used as a guide is currently also not working: https://codesandbox.io/p/sandbox/qyz5r?file=%2Fsrc%2FApp.js