MEAN stack application not working in cPanel - not finding api path

Job ID: 35113632

Budget: $250 – $750 CAD

I have migrated a project that works fine locally but it is not finding the api route.
https://tradesmath.apps.snpolytechnic.com/

I believe it has something to do with the .htaccess file but need some clarification.


{
"headers": {
"normalizedNames": {},
"lazyUpdate": null
},
"status": 404,
"statusText": "Not Found",
"url": "https://apps.snpolytechnic.com/tradesmath-backend/api/account/login",
"ok": false,
"name": "HttpErrorResponse",
"message": "Http failure response for https://apps.snpolytechnic.com/tradesmath-backend/api/account/login: 404 Not Found",
"error": {
"statusCode": 404,
"message": "404: Not Found",
"isSuccess": false
}
}