-
-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
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
GraphQL format issue? #687
Comments
I also just experienced this while looking at the docker setup for the first time in a fresh clone of the repo.
etc. |
I believe, I have an idea where the issue come from. It is not a format issue but a missing check for multi-org support. Basically Will address it as part of the next patch |
Describe the bug
reviewing the logs on production system after updating to the 2024.6.1 release I'm seeing
so, badly formatted GQL somewhere? Looks to be both the ORG_DATA_QUERY in main.ts and the GET_ORGANIZATIONS query in the queries.ts types.
Looking again... the first one has 'organization' and says it can't find 'organizations'. The second one says 'organizations' and can't find 'organization' -- so maybe they are just swapped accidentally?
To Reproduce
start up the server, check the logs
docker logs karrio.api
Expected behavior
I'm not sure what those queries are there for, but I wouldn't expect them to be erroring?
The text was updated successfully, but these errors were encountered: