-
Notifications
You must be signed in to change notification settings - Fork 180
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
Fixed Issue: #2195 500 error when sending empty JSON payload to Graph... #2202
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR @000xs! Looks like the change introduced breaks the e2e tests. Though I am not sure if this is the right location for this fix, I would think this issue needs to be at the graphQL server or client side...
Bumps [actions/cache](https://github.com/actions/cache) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@2cdf405...3624ceb) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Sithum Sathsara <[email protected]>
…o GraphQL server Signed-off-by: Sithum Sathsara <[email protected]>
…o GraphQL server Signed-off-by: Sithum Sathsara <[email protected]>
Signed-off-by: Sithum Sathsara <[email protected]>
…o GraphQL server Signed-off-by: Sithum Sathsara <[email protected]>
Signed-off-by: Sithum Sathsara <[email protected]>
Signed-off-by: Sithum Sathsara <[email protected]>
Signed-off-by: pxp928 <[email protected]> Signed-off-by: Sithum Sathsara <[email protected]>
Signed-off-by: Sithum Sathsara <[email protected]>
Signed-off-by: Sithum Sathsara <[email protected]>
Can you remove the changes to the files that are not relevant to this PR? Looks like you had an incomplete merge conflict resolution? |
This pull request has been automatically marked as stale because it has not had recent activity (60 days of inactivity). |
Fixed Issue: #2195 500 error when sending empty JSON payload to Graph…
Description of the PR
This pull request addresses an issue where the GraphQL server returned a 500 internal server error when an empty or invalid JSON payload was sent to the /query endpoint.
Changes:
PR Checklist
-s
flag togit commit
.make generate
has been runmake generate
has been runmake generate
has been runcollectsub
protobuf has been changed,make proto
has been run