Skip to content

Bug: expired refresh/access token after init #2

@adampash

Description

@adampash

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions