rem icon indicating copy to clipboard operation
rem copied to clipboard

Every call results in error

Open edyu opened this issue 7 years ago • 1 comments

The easiest way to reproduce it is to go to "https://rem-rest-api.herokuapp.com/api/users" on chrome.

{ "message": "Unexpected end of JSON input", "stack": "SyntaxError: Unexpected end of JSON input\n at Object.parse (native)\n at /app/Type.js:15:44\n at Array.forEach (native)\n at /app/Type.js:14:25\n at Array.map (native)\n at Object.decode (/app/Type.js:12:17)\n at getData (/app/index.js:126:18)\n at Server.route (/app/index.js:31:12)\n at emitTwo (events.js:106:13)\n at Server.emit (events.js:191:7)" }

edyu avatar Aug 19 '17 18:08 edyu

This appears to not be the case anymore; tested in Chrome. I vote to close this issue.

timbotron avatar Mar 28 '18 17:03 timbotron