I’m trying to play around with the sample apps from the docs (“hello world” and “todo list”) but I can’t get the sign-in to work when running these apps locally. I’m using the web-app browser in Firefox on Linux.
I cloned the “todo list” repo (https://github.com/blockstack/blockstack-todos) and after running npm install
and npm start
, the application opens up in my browser on a localhost port. Next, when I click on “Sign in with Blockstack”, the browser opens up https://browser.blockstack.org and shows me the following error message.
Any idea what I can do to get past this? Thanks!