Skip to content
New issue

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

Some NFTs are not shown because they lack an attribute. #668

Closed
Viterbo opened this issue Nov 14, 2023 · 1 comment · Fixed by #669, #677 or #682
Closed

Some NFTs are not shown because they lack an attribute. #668

Viterbo opened this issue Nov 14, 2023 · 1 comment · Fixed by #669, #677 or #682
Assignees

Comments

@Viterbo
Copy link
Collaborator

Viterbo commented Nov 14, 2023

Describe the bug
I made a set of NFTs on my own in testnet but they are not shown in the inventory because they are filtered for not having a specific attribute which is somehow deducible.

The attribute is the supportedInterfaces: string[] and should hold the list of supported interfaces like 'erc721'. In the screenshot below you can see the attribute comes empty from the indexer and therefore not shown on the inventory because the NFTs are being filtered out by supported Interfaces.

Screenshots
Captura desde 2023-11-14 10-53-38

@Viterbo Viterbo self-assigned this Nov 14, 2023
@Viterbo Viterbo linked a pull request Nov 14, 2023 that will close this issue
10 tasks
@Viterbo
Copy link
Collaborator Author

Viterbo commented Nov 15, 2023

I reopened this issue because it is not completely fixed. It takes a while for the correct sequence of events to actually set the contracts as supporting the correct list of interfaces. once, it gets cached correctly it never fails again (for that contract).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment