Options

Wave GraphQL API Down - INTERNAL_SERVER_ERROR - OAuthApplication

SBenoitSBenoit Member Posts: 48 ✭✭

Are there issues with your public GraphQL API? Every time a query includes the OAuthApplication object it throws an error (only started today at around 2pm Eastern).

{
  "errors": [
    {
      "extensions": {
        "code": "INTERNAL_SERVER_ERROR",
        "id": "a7ffc339-cd4d-4112-b474-c91470ea563e"
      },
      "message": "Internal Error.",
      "locations": [
        {
          "line": 1,
          "column": 9
        }
      ],
      "path": [
        "oAuthApplication"
      ]
    }
  ],
  "data": {
    "oAuthApplication": null
  }
}

Comments

  • Options
    dacklanddackland Member, Administrator, Moderator Posts: 25 admin

    Hi @SBenoit ,

    We're aware of the problem and are working on a solution. Apologies for the inconvenience.

    I'll follow up here when the issue has been resolved.

  • Options
    dacklanddackland Member, Administrator, Moderator Posts: 25 admin

    Hey @SBenoit ,

    We've deployed a fix. Let me know if you're still experiencing the error.

  • Options
    SBenoitSBenoit Member Posts: 48 ✭✭

    Everything is 💯 on my end now. Thank you!!

Sign In or Register to comment.