Hello folks,
I’ve tried to add the component Hydrogen provides us (https://shopify.dev/docs/api/hydrogen-react/2024-04/components/modelviewer)
- First to make it run I had to add to add to entry.server.tsx:
createContentSecurityPolicy
…
scriptSrc: [“‘self’”, ‘https://unpkg.com’, ..
…
-
Next I adjusted the graphQL request according to get the correct data as Model3D. It’s also rendering and showing the preloadedImage.
-
Now I get in the console following error message (see screenshot)
Maybe something with usdz / glb format?
Any ideas? Sounds to me like a bug.
