0

In Plunker I get this error message in my live preview:

{
  "statusCode": 400,
  "error": "Bad Request",
  "message": "content must be a string",
  "validation": {
    "source": "payload",
    "keys": [
      "files.js.content"
    ]
  }
}

It used to be working correctly last week. I see the same or similar 400 live preview message on any page I visit. Here is the link to my plunker page. Does anyone have similar issue with plunker recently?

sid
  • 51
  • 1
  • 4

1 Answers1

0

This was the result of a bug that was temporarily deployed to production. It has now been resolved.

Geoff Goodman
  • 1,224
  • 9
  • 14