Recently Listed NFTs aren't showing up #4704
-
On Lesson 15, I have successfully minted an NFT on the Goerli testnet. I have finished everything with the lesson up through deploying the subgraph. I can find the contract address and see the NFT item listed as a transaction (https://goerli.etherscan.io/address/0x2e15A918e9B92ee879C93DD32F2105721a55f4cE). When I tried querying The Graph using the same line given by Patrick, nothing showed up in the data section for the blank 0x00000000 address. The default query without the "buyer: "0x00000000"" section DID produce data. So on the final step where this should show under "recently listed" in my website's UI, no NFT is shown, and nothing shows up in the page "/graphExample" under console -> objects. The final part of my question involves styling. The code for my Header.js is a little different because it seems that Patrick used an older version, and now the < a > lines aren't necessary. I've been having trouble getting the UI to format to look similar to the video, below is what it currently looks like and my code for the Header.js:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@crypto-caesar The buyer's address is a full zero address, not just this |
Beta Was this translation helpful? Give feedback.
@crypto-caesar The buyer's address is a full zero address, not just this
0x00000000
. Check this LINK