Anybody having issues deploying a service to herok...
# orm-help
c
Anybody having issues deploying a service to heroku ? it keeps spining, when I check the console I found an error saying :" Uncaught (in promise) Error: Network error: Unexpected token < in JSON at position 0 at new t (ApolloError.js:34) and there seems to be an error from some graphql end point that had the following query : {"operationName":"herokuAccount","variables":{"id":null},"query":"query herokuAccount($id: ID!) {\n herokuAccount(id: $id) {\n id\n verified\n __typename\n }\n}\n"} any idea ?
Seems like one can not re-use heroku account between workspaces, I deleted the linked workspace and got stuck. Had to create another heroku account another Prisma account. Now things are OK. Thanks got I was not yet in production. [Edit : Known issue -> https://github.com/prisma/prisma-cloud-feedback/issues/172#issuecomment-402694486 ]