I’m not sure how you get this error, because when I test the model in the Sandbox in WebGPU mode, I do have the “Script error. Check the developer console.” error, but nothing in the console log.
So, I tested in a PG, and I get the error:
Uncaught TriangleFan is an unsupported fillmode in WebGPU
The problem is that “triangle fan” topology is not supported by the WebGPU specification. You should re-export your glTF file by using another topology (“triangle list” for example).
So, I was able to reproduce the error in Edge, not in Chrome nor Firefox. But for some reasons, the “Uncaught TriangleFan is an unsupported fillmode in WebGPU” error only shows up in a PG… Can you export the model with another topology and see if that works?