metaplex-foundation / metaplex

A directory of what the Metaplex Foundation works on!

Home Page:https://metaplex.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add hidden settings

Fiveat opened this issue · comments

I created the CMv2 with hiddensettings, after that, I delete the hidden settings and I "upload_candy_machine" but now, trying to add hiddensettings again, cmd shows up this error

C:\Users\sergi\OneDrive\Escritorio\Candy_V2_rv6\Candy_V2_rv6\Candy_V2_rv6\metaplex\js\node_modules\@project-serum\anchor\src\error.ts:35 return new ProgramError(errorCode, errorMsg, errorCode + ": " + errorMsg); ^ ProgramError: 6025: CannotSwitchToHiddenSettings at Function.parse (C:\Users\sergi\OneDrive\Escritorio\Candy_V2_rv6\Candy_V2_rv6\Candy_V2_rv6\metaplex\js\node_modules\@project-serum\anchor\src\error.ts:35:14) at Object.rpc [as updateCandyMachine] (C:\Users\sergi\OneDrive\Escritorio\Candy_V2_rv6\Candy_V2_rv6\Candy_V2_rv6\metaplex\js\node_modules\@project-serum\anchor\src\program\namespace\rpc.ts:23:42) at processTicksAndRejections (node:internal/process/task_queues:96:5) at async Command.<anonymous> (C:\Users\sergi\OneDrive\Escritorio\Candy_V2_rv6\Candy_V2_rv6\Candy_V2_rv6\metaplex\js\packages\cli\src\candy-machine-v2-cli.ts:899:16) { code: 6025, msg: 'CannotSwitchToHiddenSettings' }

Is possible add hidden settings again?