Minted on Rinkeby. Everything went well. Once I looked at the minted NFTs they were just orange which is the generic picture used by codestackr. Even though I used "null" and "false" to use generic images (Once minted I want them to be revealed). Following all instructions I used $ npm run update_prereveal_token_uri which should reveal all NFTs minted. VS Code said successful and I updated all metadata (specific NFTs and whole collection), gave it hours and even tried the next day. Still all minted NFTs are orange.
What have you tried?
tried:
$ npm run update_prereveal_token_uri
got the message posted below.
then tried:
$ npm run upload_metadata
$ npm run deploy_contract
$ npm run get_contract
$ npm run update_base_uri
$ npm run update_prereveal_token_uri
and get the error code CATCH ERROR: ERROR STATUS: 403 again.
All of my ABI are the same. Ive done every step to my ABI that multiple people have given me. Ive watched the video at least 20 times. Ive checked on discord , on GitHub, in YouTube comments, just googling the problem. Ive exhausted all known options of trying to figure it out myself.
I have also changed config.js line 78 const generic from "null" to "false"
Also deleted the generic picture on line 81 totally out.
Relevant log output
Michaels-Air:backend michaelsimoni$ npm run update_prereveal_token_uri
> minter-dapp-backend@0.1.0 update_prereveal_token_uri
> node utils/nftport/updateContract.js -u prereveal_token_uri
Updating prereveal_token_uri to ipfs://bafkreidfra4kjbdduy2sqvygupsiq5lrx5cllkk3b7urq6dx2ftmd4wyyy, correct? (y/n): y
Contract Updated!
Version
General Question
What happened?
Minted on Rinkeby. Everything went well. Once I looked at the minted NFTs they were just orange which is the generic picture used by codestackr. Even though I used "null" and "false" to use generic images (Once minted I want them to be revealed). Following all instructions I used $ npm run update_prereveal_token_uri which should reveal all NFTs minted. VS Code said successful and I updated all metadata (specific NFTs and whole collection), gave it hours and even tried the next day. Still all minted NFTs are orange.
What have you tried?
tried: $ npm run update_prereveal_token_uri got the message posted below.
then tried: $ npm run upload_metadata $ npm run deploy_contract $ npm run get_contract $ npm run update_base_uri $ npm run update_prereveal_token_uri and get the error code CATCH ERROR: ERROR STATUS: 403 again.
All of my ABI are the same. Ive done every step to my ABI that multiple people have given me. Ive watched the video at least 20 times. Ive checked on discord , on GitHub, in YouTube comments, just googling the problem. Ive exhausted all known options of trying to figure it out myself.
I have also changed config.js line 78 const generic from "null" to "false" Also deleted the generic picture on line 81 totally out.
Relevant log output
Protect your information