-
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
Unhandled Runtime Error TypeError: Cannot read properties of undefined (reading 'length') #43
Comments
I also had the same issues . Its because fileUrl and url variables are not getting the values it is supposed to before you click the create nft button. So just wait a minute or two after the nft image is uploaded before you click the create nft button. |
hi @thomas21-jquerry, did you get the code work with file uploading with ipfs-http-client? I just followed the instruction, and it seem everything is fine, however, I encountered an error while uploading a file (#50 ). Could you please give some idea on how to get ipfs file uploading work? Thanks in advance |
Even I'm not able to figure this issue out. |
This is because the image doesn't get the ipfs hash. It may be caused by a network problem so that you can't visit Infrua website . You can use VPN to connect the infura gateway. |
i also have same issue after waiting for 2-3 min same issue @thomas21-jquerry @hexbo |
does i have to change built in infura id? |
facing the same issue, was anyone able to fix the error? |
changing the infura id and redeploying the contracts, clearing the previous artifacts , solves this issue |
Facing the same issue rn. Can you elaboate the solution @r0ushann ? |
It did not work. Any ideas? |
did anyone find a solution to this? |
did anyone solve this solution? |
Check this PR if it helps. Infura changed their terms and this is an old project. Let me Know if you have any issues. |
Bro i have an error: Application error: a client-side exception has occurred (see the browser console for more information). |
can you show the code and error? Also, have you enabled private domain in infura? because otherwise you cannot use infura ipfs |
When trying to create an NFT I get this error.
The text was updated successfully, but these errors were encountered: