i tried deploying my golang server to heroku automatically, and the server runs until the playground. i use gqlgen from graphql golang but when i try to run the query and i fetch data in playground, i find the problem as below.
{"errors": {"message": "Unexpected token < in JSON at position 0","stack": "SyntaxError: Unexpected token < in JSON at position 0"}}
when I try to inspect element, the header status I get is 503 Service Unavailable
check the code in my github https://github.com/mwaziat/go_hrms