Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Unauthorised errors on apps request #80

Open
simonwheatley opened this issue Aug 23, 2018 · 1 comment
Open

Unauthorised errors on apps request #80

simonwheatley opened this issue Aug 23, 2018 · 1 comment

Comments

@simonwheatley
Copy link
Contributor

This might be a dupe, but I'd like to record it for triaging. I sent the Dashboard out to a few clients, and one came back with this error…

image 3

Some errors in the graphql from the main /apps request:

{"operationName":"Apps","variables":{"first":10,"after":null},"query":"query Apps($first: Int, $after: String) {\n  apps(after: $after, first: $first) {\n    total\n    nextCursor\n    edges {\n      id\n      name\n      repo\n      type\n      primaryEnvironment {\n        isMultisite\n        __typename\n      }\n      organization {\n        id\n        name\n        __typename\n      }\n      environments {\n        id\n        name\n        defaultDomain\n        branch\n        __typename\n      }\n      __typename\n    }\n    __typename\n  }\n}\n"}
@nickdaugherty
Copy link
Contributor

@simonwheatley I believe this is in the wrong repo :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants