glide icon indicating copy to clipboard operation
glide copied to clipboard

Bug: expired refresh/access token after init

Open adampash opened this issue 6 years ago • 0 comments

I successfully initialized with glide init but the first time I try to run a query, I get:

{
  "errors": [
    {
      "message": "expired access/refresh token",
      "locations": [
        {
          "line": 2,
          "column": 3
        }
      ],
      "path": [
        "users"
      ]
    }
  ],
  "data": null
}```

I checked `~/.glide/credentials.json` and credentials look like:

```json
{
  "instanceUrl": "token_string"
}

I tried re-initializing and got the same results.

adampash avatar Jul 23 '19 20:07 adampash