I am using the nodeJS server which I have deployed on Heroku and it is working fine on the homepage("/") but it's not working when I requested the URL("/api/users").
When I am requesting data from the server these errors occur
Here is the Code which is in my index.js