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

Cannot transfer NFT to wallet #45

Open
nikoleon265 opened this issue Oct 10, 2022 · 4 comments
Open

Cannot transfer NFT to wallet #45

nikoleon265 opened this issue Oct 10, 2022 · 4 comments

Comments

@nikoleon265
Copy link

Within a single session, I:

  1. Create NFT,
  2. Generate CID,
  3. Mint NFT,
  4. Try and Transfer NFT, but get the below message

I was very careful with pasting all codes and tried this a number of times.

"Expected resource was not found, did you include a parameter like an NFT ID that isn't on ledger?"

image

@nikoleon265
Copy link
Author

And to add to that, I made sure I created a new Hashpack wallet on a testnet - and used that receiver ID

@mattsmithies
Copy link
Collaborator

This is an issue with the mirrornode check I do before sending an NFT, I will look into over the next couple of days. I might remove that mirrornode check entirely, as they don't provide real-time token balance data at the moment.

@mattsmithies
Copy link
Collaborator

It's basically this line that I will debug, https://github.com/trustenterprises/hedera-serverless-api/blob/master/app/hashgraph/client.js#L656

@mattsmithies
Copy link
Collaborator

@nikoleon265 While I should/will add some redundency for this issue please remove the final / from your mirrornode url in your env so something like MIRROR_NODE_URL=https://testnet.mirrornode.hedera.com

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

No branches or pull requests

2 participants