-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working