Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proof Explorer - Error message shown in the frontend is different from the one logged in the console #139

Open
mh-concordium opened this issue Apr 26, 2024 — with Linear · 0 comments

Comments

Copy link

To reproduce:

  1. Use wallet connect to connect Android CryptoX to the proof explorer.
  2. Create a credential statement where you will try to prove nationality in dk (use small case letters as that is not the standard required).
  3. Prove.

Result:

Error message logged in proof explorer: Could not get proof: Proof request rejected in wallet.

However, console logs the correct error message.

Expected:

Could not get proof: Statement is not well-formed: nationality values must be ISO3166-1 Alpha 2 codes in upper case.

Note:

If browser wallet is used in the same case, correct error message is shown in the proof explorer frontend: Could not get proof: Statement is not well-formed: nationality values must be ISO3166-1 Alpha 2 codes in upper case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant