public-awesome / cw-nfts

Examples and helpers to build NFT contracts on CosmWasm
Apache License 2.0
186 stars 179 forks source link

Caller is not the contract's current owner #159

Closed VegetableDev0701 closed 4 months ago

VegetableDev0701 commented 4 months ago

I've developed smart contract using cw-nft. it works well on creator wallet address but it occurs error when works with other wallet address. This is what issue exactly says. image

and this is my init function. image and this is cargo.toml file image

Please help me on this asap.

JakeHartnell commented 4 months ago

Not enough info to debug.