Unable to load glb file in playground

Here is the playground I have, Sphere Examples | Babylon.js Playground (babylonjs.com), I can’t put the url for the glb file in the playground, but the glb file url is correct because if I click the link, it can download to my local, but it can’t be used in the playground and has this error message, is there anything wrong?

image

You missed one extra “” and that URL is also not really valid.

Check this: Using External Assets In the Playground | Babylon.js Documentation

I guess you have a local https server serving your files and the .glb. But https://example.glb is not a valid Internet URL for anyone else.