MintUI icon indicating copy to clipboard operation
MintUI copied to clipboard

Loading an existing .cache json candy machine still requires to upload assets 😢

Open zkhalapyan opened this issue 3 years ago • 0 comments

I have a candy machine that I have created using the candy machine CLI. I wanted to visualize it, so I opened MintUI, used the load button and loaded the .cache/devnet-temp JSON. The MintUI at this point instead of allowing me to manage or mint, asked me to reupload the assets, but the assets have already been uploaded & verified. Seems like the state machine on the app is broken.

Screen Shot 2021-12-15 at 5 17 21 PM

For context, here is the devnet-temp JSON:

{
  "program": {
    "uuid": "733h9N",
    "config": "733h9NxDn4VXmwteTUa5VbVWF5RT2o6CHU1wjAVRL5jE"
  },
  "items": {
    "0": {
      "link": "https://arweave.net/tgs3ImIPIy22ttD3anz7IJ9cxKOH_bOeq_JTL5blhiA",
      "name": "Anahiti",
      "onChain": true
    },
    "1": {
      "link": "https://arweave.net/WZ_HBe3Nc6bkGbRQX6xRKHSqolMuzvFYbF42_QwRaUo",
      "name": "Khanati",
      "onChain": true
    },
    "2": {
      "link": "https://arweave.net/s2pzAsfRT_Ia0RpJZ7gWs711UElDDhzL99HOc7HXs4s",
      "name": "Revanshi",
      "onChain": true
    }
  },
  "env": "devnet",
  "cacheName": "temp",
  "authority": "6zsuBDfuvtxK5FD9tf8u8LfrYBVnxDWRhj43snmC6Qx6",
  "candyMachineAddress": "3S2cVxYcQ3pHuqqC6JBPayv7X5ecQu61URjxwjFCuM7E",
  "startDate": 1638317520
}

zkhalapyan avatar Dec 16 '21 01:12 zkhalapyan