Lesson:14 Token URI not uploading #4801
Answered
by
alymurtazamemon
Shawon-Mandal
asked this question in
Q&A
-
After setting everything up in handleTokenUris() function the nft's are not uploading. my github repo: https://github.com/Shawon-Mandal/Lesson-14-NFT |
Beta Was this translation helpful? Give feedback.
Answered by
alymurtazamemon
Feb 14, 2023
Replies: 2 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
0 replies
-
@Shawon-Mandal I think you this condition not evaluating to true |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Shawon-Mandal
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Shawon-Mandal I think you this condition not evaluating to true
if (process.env.UPLOAD_TO_PINATA == "true") {
. Please check this out and let me know.