NFT Image not displaying on auction page

Gm! Thanks for the heads up - Investigating

How are investigations going? This. NFT has an iframe as the image in the animation URL slot

This allows the NFT to display the ERC6551 Wallet contents (Ethereum chain as indicated by the /1 at the end of the URL). OpenSea for example will display the NFT accurately

Heyo, unsure how developer-heavy you are but the issue is that your Vercel box is disallowing CORS (cross origin resource sharing) so the iframe is not allowed to display the artwork. Maybe there are some webmaster settings you can modify in Vercel to allow this use case?

Otherwise, I’ll take a look to see if maybe we can force the iframe to allow insecure stuff like this to happen but I doubt this as it’s a web standard and browser’s enforce this not us.

Access to fetch at 'https://iframe-tokenbound.vercel.app/0x135b74f929709b41c9ba76e171e12552b92efa57/4/1' from origin 'https://gallery.manifold.xyz' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.

Aw thanks yeah nah I’m an artist not a dev, but I did see the CORS alert in the console. I copypastaed the iframe from Tokenbound.org so I’ll get in touch with them and ask them to tweak my settings

beautiful! keep me posted, that’s a sick one and i wanna see this come to life!

Thank you. Tokenbound.org cleared the CORS bug. So this prototype for the ERC6552 collection is working now yay

1 Like