angularjs - Plunker bad request with status code 400 -


in plunker error message in live preview:

{   "statuscode": 400,   "error": "bad request",   "message": "content must string",   "validation": {     "source": "payload",     "keys": [       "files.js.content"     ]   } } 

it used working correctly last week. see same or similar 400 live preview message on page visit. here link plunker page. have similar issue plunker recently?

this result of bug temporarily deployed production. has been resolved.


Comments

Popular posts from this blog

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Using jquery append to add option values into a select element not working -

javascript - Restarting Supervisor and effect on FlaskSocketIO -