INTERNAL_SERVER_ERROR | Lift Off Series | Please Fix it

I am trying to run the server and client app of lift off series, where I am not able to run from last 1hr. Kindly let me know what’s the issue. Thanks!

{
  "data": {},
  "errors": [
    {
      "message": "request to https://odyssey-lift-off-rest-api.herokuapp.com/tracks failed, reason: connect ETIMEDOUT ",
      "locations": [
        {
          "line": 2,
          "column": 3
        }
      ],
      "path": [
        "tracksForHome"
      ],
      "extensions": {
        "code": "INTERNAL_SERVER_ERROR",
        "stacktrace": [
          "FetchError: request to https://odyssey-lift-off-rest-api.herokuapp.com/tracks failed, reason: connect ETIMEDOUT 54.243.129.215:443",
          "    at ClientRequest.<anonymous> (C:\\Users\\graphql-demo-project-certification\\odyssey-lift-off-part3\\server\\node_modules\\node-fetch\\lib\\index.js:1505:11)",
          "    at ClientRequest.emit (node:events:513:28)",
          "    at TLSSocket.socketErrorListener (node:_http_client:502:9)",
          "    at TLSSocket.emit (node:events:513:28)",
          "    at emitErrorNT (node:internal/streams/destroy:151:8)",
          "    at emitErrorCloseNT (node:internal/streams/destroy:116:3)",
          "    at process.processTicksAndRejections (node:internal/process/task_queues:82:21)"
        ]
      }
    }
  ]
}

Hi there @sac95 ! I’m happy to help troubleshoot this issue with you. Do you have a GitHub repository for your code that I could take a look at?

Did the issue resolved?
I am also getting same issue.

Hi there @laxmi_priya ! I haven’t heard back yet from the original poster, but I’d be happy to take a look at your code to see what might be going wrong. Do you have a repository I could inspect? Thanks!

Hi there, I’m also encountering the same issue. @lizhennessy do you mind helping me take a look?

@Millio could you please share your repo so we can take a look at the code? We don’t see any errors from the REST API at https://odyssey-lift-off-rest-api.herokuapp.com/tracks currently.