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
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
We need to come up with a solution to display such pages in a different way, either 404 or some custom page.
The text was updated successfully, but these errors were encountered:
https://eth.blockscout.com/token/0x002faC1220Cd7C1907F36cc659E405A2C38b638F/instance/9999999
Sorry, something went wrong.
Completed via backend http response code modification
No branches or pull requests
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
We need to come up with a solution to display such pages in a different way, either 404 or some custom page.
The text was updated successfully, but these errors were encountered: