I get this error when using an access token with the following payload:
{
"https://daml.com/ledger-api": {
"ledgerId": "cc38051f-364d-4e13-be6a-4cc536ef69f1",
"participantId": null,
"applicationId": null,
"admin": false,
"actAs": ["ledger-party-beszerzes"],
"readAs": ["ledger-party-beszerzes"]
},
"exp": 1893455999
}
Also tried omitting the null
fields, or set an arbitrary applicationId
.
Also, I don’t know where my React app is using the applicationId
when I specify it.
I’m still debugging the React call mentioned in an earlier question: Could you help me debug a React `exerciseByKey` call?