Tonomy-Foundation / Tonomy-ID

Tonomy ID is the cross-platform mobile wallet (Android and iOS) for public and private Antelope blockchains. This application allows you to sign transactions on the block chain, share your DID and Verifiable Credentials containing your identity with others in a consensual way and log into web2 and web3 applications.
Apache License 2.0
13 stars 1 forks source link

Unexpected JS Error #872

Closed theblockstalk closed 10 months ago

theblockstalk commented 10 months ago

Steps to reproduce

  1. Delete app storage
  2. Open app, go through splash screens
  3. Click on "Create new account"
  4. Type username "Jack10"

OR

  1. Delete app storage
  2. Open app, go through splash screens
  3. Click on "Login"
  4. Type username "Jack9"

Expected behaviour:

Actual behaviour:

Environment:

Private Zenhub Image

sadiabbasi commented 10 months ago

reset the blockchain server in digitalOcean:

To reset

cd Tonomy-ID-Integration ./app.sh stop git pull ./app.sh gitinit master ./app.sh reset all ./app.sh install export NODE_ENV=demo ./app.sh init