We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No response
Upload metadata with the image not provided as base64 encoded images but point to an object on IPFS
That issue is that the image attached is not loaded in the FE.
For example this metadata: ipfs://bafkreigndru4k6claonn5nm6peltdeslogxyx27dm2jj3ircpwatphs5hq/
has an image at ipfs://bafkreifmb4saxyj64jwxxze36qycic6zozgyy2xrrh4nop7bfx5kk52q6e/
but the app shows
The FE should fetch an image using a fetch call when the image referenced via an URL
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Which area(s) of Hypercerts are affected? (leave empty if unsure)
No response
To Reproduce
Upload metadata with the image not provided as base64 encoded images but point to an object on IPFS
Describe the Bug
That issue is that the image attached is not loaded in the FE.
For example this metadata: ipfs://bafkreigndru4k6claonn5nm6peltdeslogxyx27dm2jj3ircpwatphs5hq/
has an image at ipfs://bafkreifmb4saxyj64jwxxze36qycic6zozgyy2xrrh4nop7bfx5kk52q6e/
but the app shows
Expected Behavior
The FE should fetch an image using a fetch call when the image referenced via an URL
The text was updated successfully, but these errors were encountered: