These two functions are running in web workers, and it seems that if an error occurs (such as empty or incorrect input—I’m not sure which at the moment), they are not throwing any errors. Instead, the web workers simply hang indefinitely.
By the way, these functions are working well on web and iOS and if I wait a little and run, they are working on Android, too. looks like I’m sending a value empty or incorrect and getting no error.
Hi there
Are you by any chance you @concordium/web-sdk version 7.5.0?
This looks a lot like a bug which was introduced in that exact version. If so, using 7.5.1 or higher should fix it.