LIFT OFF II unable to retrieve data

“data”: {},
“errors”: [
{
“message”: “request to https://odyssey-lift-off-rest-api.herokuapp.com/tracks failed, reason: unable to get local issuer certificate”,
“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: unable to get local issuer certificate”,
" at ClientRequest. (D:\apolo\liftoff2\odyssey-lift-off-part2\final\server\node_modules\node-fetch\lib\index.js:1505:11)“,
" at ClientRequest.emit (events.js:400:28)”,
" at TLSS

Hi there @Shan1S. Sorry to hear you’re having issues with Lift-off II. I can’t reproduce your error using the final version of the server in the repo. I did find this article that may help troubleshoot the error about local issuer certificate; it may be related to your local environment. Hope it helps.

1 Like