FormulaMonks / universal-wallet

Dirua is a universal crypto wallet: https://dirua.exchange
MIT License
8 stars 2 forks source link

Blockstack authentication not working #41

Closed sohkai closed 5 years ago

sohkai commented 5 years ago
screen shot 2018-08-23 at 11 09 48 am
AquiGorka commented 5 years ago

@sohkai thanks for the feedback, I am aware Blockstack released a new version of their js client, maybe that's the reason for this to happen. Will research and come back to you.

AquiGorka commented 5 years ago

@sohkai I did a fresh install and it worked for me, no need to update blockstack.js just yet. Can you let me know how you arrived at such screen?

Thanks

Quick update: I was able to reproduce via both testnet and live site, I will continue my research.

sohkai commented 5 years ago

Hey! Sorry, realized I was a bit light on the details.

I was trying this both with the Blockstack webapp as well as the macOS app. This happens on both the main and test net versions.

Browser was Chrome 68.0.3440.106.

AquiGorka commented 5 years ago

@sohkai,

TLDR;

I moved the manifest.json file to a static folder within the app's public folder and it seems surge is returning the correct file now and I am able to sign in.

Let me know if the issue was fixed for you too.

sohkai commented 5 years ago

@AquiGorka Awesome, seems to work now :tada:! Thanks for the quick response :).

AquiGorka commented 5 years ago

@sohkai If you are brave enough I worked out a hack to make Dirua compatible with mobile, it is extremely experimental but it worked well enough.

Once you are able to sign in to Blockstack with your smartphone, you can enjoy the mobile features that come with Dirua: scanning QR codes to read addresses, import wallets and basically enjoy being able to broadcast transactions while on the move.

sohkai commented 5 years ago

Interesting, I was wondering what that electron app was for :).