Internal server error on Date field from imported content

We are running into an "Internal server error" on the GraphQL query. When I remove the field which is of type "Date" the query works fine. Note: This content was imported.

Any help would be appreciated.

When I include the publication_date field that is a date we get the following in response.

  "errors": [
    {
      "message": "Internal server error",
      "path": [
        "allPosts",
        "edges",
        0,
        "node",
        "publication_date"
      ],
      "locations": [
        {
          "line": 10,
          "column": 9
        }
      ]
    },
    {
      "message": "Internal server error",
      "path": [
        "allPosts",
        "edges",
        1,
        "node",
        "publication_date"
      ],
      "locations": [
        {
          "line": 10,
          "column": 9
        }
      ]
    }
  ]

UPDATE: Per Document I can change the date, save, and publish the documents and it works.

1 Like

Hey Gary,

Thanks for the update! So is everything working fine for you now?

Best,
Sam