I am trying to develop an application using quickapp, right now I am trying to imlement account kit, but when I execute this method below
account.authorize
it is throwing an error
Authorize configAuth fail 1002
but for example
account.getProvider();
is working and result is
huawei
I could not find what causes the error 1002. Any suggestions?