Hmmm, it works properly for me on Ubuntu at least. Are you using Windows/Mac? I'll try them as well later today.
One thing that you could do to help me investigate this is to open developer console (Ctrl + Shift + I, select Console tab) and in there paste this bit and click enter:
window.hive_keychain
what does it ouput?
I'm also using ubuntu, here is what I get:
{current_id: 1, requests: {…}, handshake_callback: null, requestHandshake: ƒ, requestEncodeMessage: ƒ, …}
Okay, so Hive Keychain is indeed available in your browser. Seems like dGoal for some reason doesn't recognize it. I have some suspicions, will get back to you later today.
@autobodhi could you try it now? I modified slightly the checker function. It will try to load Keychain few times and if it does not success after 5 seconds, you will see the message.
Ctrl
+R
to hard refresh the page (to make sure you'll receive the latest build).Please make sure to open https://dgoal.app/login and hitI am kinda guessing what could be happening for you. This is no trivial, of all places this is not something that I would expect to be buggy :D