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

Handle nonexistent NFT instances #1557

Closed
yvaskov opened this issue Jan 31, 2024 · 2 comments
Closed

Handle nonexistent NFT instances #1557

yvaskov opened this issue Jan 31, 2024 · 2 comments
Labels
research Research task

Comments

@yvaskov
Copy link
Contributor

yvaskov commented Jan 31, 2024

Description

Currently backend returns some info for nonexistent NFT instances (not yet minted). As a result we display a page with token id, contract info and marketplace links, as if instance was valid. Example: https://eth-goerli.blockscout.com/token/0xC36442b4a4522E871399CD717aBDD847Ab11FE88/instance/9999999

Image

We need to come up with a solution to display such pages in a different way, either 404 or some custom page.

@yvaskov yvaskov added the research Research task label Jan 31, 2024
@yvaskov
Copy link
Contributor Author

yvaskov commented Nov 18, 2024

@NikitaSavik
Copy link
Contributor

Completed via backend http response code modification

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
research Research task
Projects
None yet
Development

No branches or pull requests

2 participants