Moved from GitHub tutorial/109
Posted by mmanela:
Documentation
Browser: Firefox 70.0.1
I just started playing with the Dgraph guided tour in Firefox and when I got to the “Load Data” step and click Run it gave the following error. (NOTE: it only errors in firefox it seems??)
{"errors":[{"message":"startTs parameter is mandatory while trying to commit","extensions":{"code":"ErrorInvalidRequest"}}]
I pulled the latest docker image and I am running in a docker container on windows (linux container hosting)
docker image inspect dgraph/dgraph
[
{
"Id": "sha256:a42a8990ff02df664460fafd62e32fd4800ff03ab388a226fdb2ee27146740ca",
"RepoTags": [
"dgraph/dgraph:latest"
],
"RepoDigests": [
"dgraph/dgraph@sha256:d7dc44603826e5f79bbb165c85c016de3b60acc6bf4fbbc778330a589c7babae"
],
...
Image for reference: