[SOLVED] GraphQL API HTTP 500 Errors

Hi everybody,

I’m submitting a…

[X] Regression (a behavior that topped working in a new release)
[ ] Bug report
[ ] Performance issue
[ ] Documentation issue or request

Current behavior

Our (previously working) graphQL Queries fail because Squidex returns a HTTP 500 error

Expected behavior

Getting HTTP 20x and data

Minimal reproduction of the problem

{
“headers” : {
“Accept” : [ “application/json” ],
“Content-Type” : [ “application/json” ],
“Authorization” : [ ### ],
“User-Agent” : [ “not java” ]
},
“body” : “{“query”:“query {\n queryExamplesContents(filter: \“data/supplierCode/iv eq ‘plan’ and data/ready/iv eq true\”) {\n data {\n title {\n en\n }\n url {\n en\n }\n }\n }\n}\n”}”,
“method” : “POST”,
“url” : “https://cloud.squidex.io/api/content/matmatch-cms/graphql”,
“type” : “java.lang.String”
}

Environment

  • [ ] Self hosted with version docker
  • [ ] Self hosted with IIS
  • [ ] Self hosted with other version
  • [X] Cloud version

Browser:

  • [ ] Chrome (desktop)
  • [ ] Chrome (Android)
  • [ ] Chrome (iOS)
  • [ ] Firefox
  • [ ] Safari (desktop)
  • [ ] Safari (iOS)
  • [ ] IE
  • [ ] Edge
  • [X] Backend

Others:

Issue seems to be starting 22:11:01.628 CEST

Hi,

I don’t know what happened yet, but I restarted the cluster. Can you verify that it works?

Hi Sebastian,

can confirm, it’s working again

Thank you. I will investigate it later and keep the topic open.

What I know: It was a clustering update, nothing that happened before.

Thanks Sebastian! :+1: