Not all NFT images are shown in the gallery
Closed this issue · 1 comments
philipphenkel commented
While most NFT images are shown, some are not. See attached image.
I assume the frontend does not handle array-based image URLs well. The console log indicates that at least.
The following URL array is valid and recommend for CIDv1. The frontend seems to pick only the first element from the array and thus image loading fails.
image: [
"ipfs://",
"bafybeidreetdv5a4b7sc3iufvadrolhylkezlfcfkqaicvydicrlxmbwn4"
],
asset1ul2l6u869u4jcxpjrc0mdvcfkgejw6c0f69ldv is an example of an unsupported NFT and works properly on pool.pm
vsubhuman commented
This is fixed in 4.18, which is in production now