We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am getting GraphQLLocatedError's in the UIS log even when no workflows are present and no mutations are called:
GraphQLLocatedError
graphql.error.located_error.GraphQLLocatedError
See also cylc/cylc-uiserver#242 which may be related.
This is likely a cylc-flow issue:
cylc/flow/network/graphql.py", line 426, in async_resolve
The text was updated successfully, but these errors were encountered:
Synced UIS & flow today, and had the same error. In my case I have ~10 workflows, none running, but I'm still getting this error.
Sorry, something went wrong.
@dwsutherland I think I found what's wrong in this one. Going to transfer it to Flow and send the PR & CC you there.
kinow
Successfully merging a pull request may close this issue.
I am getting
GraphQLLocatedError
's in the UIS log even when no workflows are present and no mutations are called:See also cylc/cylc-uiserver#242 which may be related.
This is likely a cylc-flow issue:
The text was updated successfully, but these errors were encountered: