-
Notifications
You must be signed in to change notification settings - Fork 877
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
Error: invalid BigNumber value (argument="value", value=undefined, code=INVALID_ARGUMENT, version=bignumber/5.5.0) #39
Comments
also encountered this problem, it works fine in testing but once I try it on the app it gives this error. it seems to come from these lines price constant prints as expected: if relevant I am on ethers 5.5.4, ipfs-http-client 50.1.2, web3modal 1.9.5, hardhat 2.8.4 |
same here, did you figure that out yet? |
I have the same problem .. |
now,i solved the problem.the nft.tokenid need to match the item tokenid if there is nft.tokenId. tokenId is undefined . |
Having the same issue but with the new code. I believe it is coming from this section: Error: invalid decimal value (argument="value", value="", code=INVALID_ARGUMENT, version=bignumber/5.6.2) Here is the code for that section: const price = ethers.utils.parseUnits(formInput.price, 'ether')
No coding experience, can anyone step by step come up with a solution as to why this may be? |
I am having the same issue! |
When i click buy nft I got this error, what can I do?
The text was updated successfully, but these errors were encountered: