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 ?