I deployed the contract on a dev blockchain with the same code atomicassets account currently has on the WAX blockchain, set permissions for @eosio.code authorization and triggered the init action. After that most actions work as expected, but when I trigger transfer without the authorization from asset's collection's author, it fails with missing_auth_exception and demands that authorization.
What can cause such behavior?
I deployed the contract on a dev blockchain with the same code
atomicassetsaccount currently has on the WAX blockchain, set permissions for@eosio.codeauthorization and triggered theinitaction. After that most actions work as expected, but when I triggertransferwithout the authorization from asset's collection's author, it fails withmissing_auth_exceptionand demands that authorization.What can cause such behavior?