ledgerconnect / hivesigner

Signer app for Hive
MIT License
17 stars 5 forks source link

Unable to use hivesigner for waivio #20

Closed igster101 closed 4 years ago

igster101 commented 4 years ago

Expected behavior Get my account info

Actual behavior Spinning wheel of doom

Steps to reproduce the behavior Attempt to sign in. Spins and spins

Attempt to import my account again(just because) enter info, spins and spins

feruzm commented 4 years ago

@igster101 Thanks, could you provide link to the app if available to test out the integration?

Can you check if there are console errors during those spins?

Browser window and select More Tools > Developer Tools. You can also use the shortcut Option + ⌘ + J (on macOS), or Shift + CTRL + J (on Windows/Linux).

igster101 commented 4 years ago

waivio.com Error with Feature-Policy header: Unrecognized feature: 'speaker'. 5chrome-extension://invalid/:1 Failed to load resource: net::ERR_FAILED login:1 Denying load of chrome-extension://bmnlcjabgnpnenekpadlanbbkooimhnj/honey_pay/index.html. Resources must be listed in the web_accessible_resources manifest key in order to be loaded by pages outside the extension. chrome-extension://invalid/:1 Failed to load resource: net::ERR_FAILED

igster101 commented 4 years ago

I turned off all extensions and get Error with Feature-Policy header: Unrecognized feature: 'speaker'.

feruzm commented 4 years ago

Interesting, https://www.waivio.com/callback? seem to return 502 error, could you check if your callback is accessible and setup properly?

igster101 commented 4 years ago

I'm not sure what that is

feruzm commented 4 years ago

It is waivio.com callback which handles getting user back to waivio.com after successful login on hivesigner. If you are/know developer, perhaps can take a look login callback functionality maybe some bug introduced on that page. I just tried login and after login got 502 error on callback, hivesigner part worked but website part didn't.

igster101 commented 4 years ago

Thank you for all your help.