I have followed the instructions on intro page 2 wrt installing the docker image, however the page 3 gives me “Error: Is Dgraph running locally?”. It is as demonstrated by being able to successfully run the command in a browser pointed at localhost:8080.
It looks like the tutorial site is trying to connect to a dgraph server not at this particular localhost.
Are there more complete instructions to get hugo to serve the tutorial locally?
Hi @kortschak, thanks for pointing this out. If you are running dgraph in Docker from the same machine that you are running the browser on, then it should be pointing to localhost. When you point the browser to localhost:8080 you get the dgraph UI?
You can run the site locally by grabbing the source from github and running hugo -w server from the top level directory.
I’d just like to point out that I am also experiencing this due to mixed content blocking on firefox (54.0.1 stable). Some sort of hint that mixed-content policies may interfere would be helpful, as the current error message is rather nondescript when it comes to the nature of the error encountered.
@kortschak I know it’s been a while, but did you hit the issue in Firefox or Chrome?
Other users explicitly specified the problem in FF only, but I want to make sure the root cause was same in your case.