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

It is not possible to create account if Identity attributes contain special characters #483

Closed
mh-concordium opened this issue Jul 26, 2024 — with Linear · 1 comment · Fixed by #487
Closed
Assignees

Comments

Copy link

mh-concordium commented Jul 26, 2024

To reproduce:

  1. Create identity with name that contains one of Danish characters æ ø å.
  2. Try to create account with that identity.

Result:

Runtime error.

Expected:

It should be possible to create account.

Workaround:

There is no workaround in BW, one could recover in CryptoX and then create account.

Note:

This issue seems to be introduced with the latest release 1.6.0 as I was not able to reproduce it in 1.5.2.

Same goes for characters in German like Ü.

image.png

Copy link
Contributor

limemloh commented Aug 7, 2024

This is caused by a bug in @concordium/web-sdk
PR with fix can be found here

When this fix is released in @concordium/web-sdk, a patch will be released for the browser wallet.

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

Successfully merging a pull request may close this issue.

2 participants