Skip to content

Error in OPTIONS response #198

Closed
Closed
@freder

Description

@freder

for all my requests, I get the following error (on the OPTIONS request). the actual POST request works though.

{
  "errors": [
    {
      "message": "Syntax Error GraphQL request (1:1) Unexpected <EOF>\n\n1: \n   ^\n",
      "locations": [
        {
          "line": 1,
          "column": 1
        }
      ]
    }
  ]
}
  • requests are done with react-apollo
  • graphql-php version: 0.11.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions