Are the prisma services online ? Everything from t...
# prisma-whats-new
f
Are the prisma services online ? Everything from the command line to the playgrounds either times out or throws a 502 bad gateway..
1
👍 2
eg:
Copy code
$ prisma account
... 5 minutes later ...
ERROR: Unexpected token < in JSON at position 0

{
  "data": null,
  "errors": [
    {
      "message": "Unexpected token < in JSON at position 0",
      "locations": [],
      "path": [],
      "code": 222
    }
  ],
  "status": 200
}