Hi all,
My Github/LinkedIn/Facebook account is still not verified after one day. I performed a localStorage.clear() in js console and tried in several browsers (Chrome/chromiu/Firefox/Blockstack). I couldn’t find any other tricks, besides a performing a manual verification. How to proceed?
My user is bloesums.id
Regards,
Ewout Boelsums
Maybe this screenshot help. Not even Twitter will verify my account.
Hi Ewout,
Thank you for reporting. It looks like bloesums.id
hasn’t been registered yet:
https://explorer.blockstack.org/name/bloesums.id
https://core.blockstack.org/v1/names/bloesums.id
Which Blockstack browser version are you using? If you’ve updated your browser, please make sure that your proofs look the same as in our FAQ. All must be public, have exactly the same copy as in the prompts from the browser, and cannot be deleted in order for verification to work.
I noticed in my console log this line:
http://localhost:1337/https://gist.github.com/bloesum/2aaefef42072d3f3ac806aa01073a121/raw
and localhost:1337 seems to be started with $npm run dev-proxy, but there I get:
Error: missing script: dev-proxy
These are the warnings when I perform $npm install:
npm WARN [email protected] requires a peer of [email protected] - 3 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of popper.js@^1.14.3 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of eslint-plugin-import@^1.7.0 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of eslint-plugin-import@^1.7.0 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of eslint@>=3.14.1 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of react@^15.4.2 but none is installed. You must install peer dependencies yourself.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {“os”:“darwin”,“arch”:“any”} (current: {“os”:“linux”,“arch”:“x64”})
I am running Linux Mint 18.3 and Blockstackbrowser 0.32.2
Yes, same here. I’m using Safari on an iPad mini, and everything works fine - except verification.
Twitter, Facebook, showing unverified. The ethereum address shows nothing… just the address. And Github isn’t verifying either.
Solved it! I had to manually add
“dev-proxy”: “node ./corsproxy/corsproxy.js”
to the scripts property in package.json. Not sure why this entry wasn’t there in the first place…