pmndrs / gltfjsx

🎮 Turns GLTFs into JSX components
https://gltf.pmnd.rs
MIT License
4.42k stars 290 forks source link

Could not load from http;//localhost://Model.glb 404 not Found #202

Closed DynamicAdi closed 1 year ago

DynamicAdi commented 1 year ago

I am getting this issue while using with latest next js vision! I have tried to use useLoader too but didn't helped My current path is in public folder but its not loading please help!!!!!

drcmda commented 1 year ago

this is just a wrong path. try /model.glb or ./model.glb or use the url bar in your browser to access the asset.

DynamicAdi commented 1 year ago

okay! Thanks :) thanks for help

1kaiser commented 1 year ago

https://github.com/pmndrs/gltfjsx/issues/207#issuecomment-1605890811