Concordium / concordium-web3id

Tools for issuing, verification, and testing of Web3 ID
https://developer.concordium.software/en/mainnet/net/web3-id/index.html#web3-id
Mozilla Public License 2.0
3 stars 0 forks source link

test-tools/issuer-front-end does not display credential entry #129

Closed annenkov closed 8 months ago

annenkov commented 8 months ago

Bug Description

Step 4 fails with Error: Do not know how to serialize a BigInt.

Tested with two contracts (one with default values from the front end and the other with a custom schema with an integer attribute)

Steps to Reproduce

Contract with the default values:

Contract with the custom schema/metadata:

Expected Result

The public credential data is displayed.

Actual Result

The message Error: Do not know how to serialize a BigInt is displayed below the "View Credential Entry in Registry Contract" button.

Versions