Environment HDR map dont load on some devices

I have this app in r3f, https://danitest3d.netlify.app/
The environment map is not loading on some devices and for some, it works perfectly fine. The devices are random not based on platform, few devices include Android and a few include ios and with the latest capabilities.
Any ideas to resolve it?
This is how i am loading the hdr
import { Environment, OrbitControls, PerspectiveCamera } from “@react-three/drei”;

Hook up Sentry or some other log-collecting thing and check the errors / logs - if you say it happens at random, there’s not much productive help that can be offered besides random guesses. And logs will likely tell you straight away what’s wrong.