chainmywallet

Results 3 comments of chainmywallet

I also have the second error ``` [AiError]: 5006: Error: oneOf at '/' not met, 0 matches: required properties at '/' are 'input', required properties at '/' are 'requests'` ```...

Any updates here? My workaround is adding this to the `config.toml` ```toml [functions.award-exp] verify_jwt = false [functions.delete-account] verify_jwt = false [functions.increment-usage] verify_jwt = false ```