Hello Stellar community, I am in the initial stages of making the receiving anchor using django-polaris,
I have done with stellar.toml file, and I have completed the /info endpoint. so far I am testing my receiving anchor with the following demo client for SEP31(https://sep31-demo-client.netlify.app/), but during authorization, I got the following error.
POST/auth
{
"error": "Transaction not signed by any client signer."
}
No token returned from /auth
Make GET /customer requests for sending and receiving user.
My stellar testnet accounts are for sending and receiving anchor(with issue and distribution account):
------------------------------Sending Anchor Account----------------
Issuer account public and private keys: (issuer for 'Test' asset======>Asset Code)
Public Key GCW75YJ76TTLMPCAP26U4V6CL2NT34BI2ECNZ4FEJRCLSNNFUPJ6H3UE
Secret Key [redacted]
Distribution account public and private keys:
Public Key GAQ7PS4K7TD4A2R7VWUBULBDD5XIENZOG74AAWKPJRCT7WIAGXILRMZ2
Secret Key [redacted]
----------------------------------Receiving Anchor------------------
Issuer account public and private keys: (issuer for 'SRT' asset======>Asset Code)
Public Key GDIM7OEW2DXHNZNQJMFWTPKXQXWIBZMG5U3ROHCIV77MPTHFTYTJDA5Z
Secret Key [redacted]
Distribution account public and private keys:
Public Key GCVUB4R4CP7LOF5IVZWAL7IEU2M74NILNS7SPHGFQO6ARRVP4M2B3UXA
Secret Key [redacted]
Can anybody help me.
Thanks.