glide
glide copied to clipboard
Bug: expired refresh/access token after init
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.