Hey everyone! I’ve been stuck on this one for some days now. For some reason my model is not loading the textures inside the my next js project.
Even tho the model is rendering prefect inside gltf viewer:
when I add to my next js codebase:
<Suspense fallback={null}>
<Stage preset="rembrandt" intensity={1} environment="city">
<Model scale={.001} />
</Stage>
</Suspense>
I continuously get this error:
would appreciate any help! happy to share code or models, thank you