Replies: 1 comment 1 reply
-
What happens when you git clone the repo and try things like that? That way you'll be 100% sure your code is the same. If you do that, and still get an error, can you update this question with the exact steps you took? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I have a problem when I try to update the price of my NFT using my front-end.
I'm not sure why but for some reason, I am getting a duplicate NFT (with the image).
When I check my local blockchain node it says
I have gone through my UpdateListingModal.js and I'm certain that my code is correct. What on earth could be causing this since the functionName I am calling in updateListingModal is "updateListing" and my contract definitely has the function "updateListing"?
Edit1: I should note, that my front-end is displaying the NFT with the same tokenID correctly, it's just not deleting the old one.|
Edit2: SOLVED, the site is updating the current NFT correctly (the problem was in my cloud functions) but my blockchain is still saying that the function selector is not recognized... why is this?
Beta Was this translation helpful? Give feedback.
All reactions