hi, I am having trouble with app not hosting on heroku, I have built it using express, knex and postgresql.
the GitHub repo is: https://github.com/jamesgill11/Quiz_server.git
when I run heroku logs --tail I get these error messages:
2021-02-22T19:13:25.130322+00:00 heroku[router]: at=info method=GET path="/" host=my-new-quiz.herokuapp.com request_id=4b883007-74e1-416b-a119-9634a329fd6d fwd=“188.223.116.76” dyno=web.1 connect=0ms service=249ms status=404 bytes=281 protocol=https
2021-02-22T19:13:25.232084+00:00 heroku[router]: at=info method=GET path="/favicon.ico" request_id=df6434eb-60b4-4fba-8adc-7aebd428151b fwd=“188.223.116.76” dyno=web.1 connect=0ms service=8ms status=404 bytes=281 protocol=https
2021-02-22T19:13:36.855067+00:00 heroku[router]: at=info method=GET path="/" request_id=592682a0-16ba-43db-a842-707c84394ff1 fwd=“188.223.116.76” dyno=web.1 connect=1ms service=5ms status=404 bytes=281 protocol=https
2021-02-22T19:13:37.108557+00:00 heroku[router]: at=info method=GET path="/api/questions"request_id=2095e990-89bd-4188-997e-58d034de634a fwd=“188.223.116.76” dyno=web.1 connect=1ms service=77ms status=500 bytes=289 protocol=https
2021-02-22T19:13:37.202830+00:00 heroku[router]: at=info method=GET path="/favicon.ico"request_id=e69860f4-fca9-44e1-9bb2-b5e370804aca fwd=“188.223.116.76” dyno=web.1 connect=0ms service=2ms status=404 bytes=281 protocol=https
2021-02-22T19:13:37.224465+00:00 heroku[router]: at=info method=GET path="/api/“request_id=6ca1c9e4-e263-4080-9e69-792202c6f5cf fwd=“188.223.116.76” dyno=web.1 connect=1ms service=7ms status=405 bytes=283 protocol=https
2021-02-22T19:13:40.862501+00:00 heroku[router]: at=info method=GET path=”/api/questions" request_id=76dca2ac-40f7-46f5-8b6b-fc7b3d9eb6a8 fwd=“188.223.116.76” dyno=web.1 connect=1ms service=29ms status=500 bytes=289 protocol=https
2021-02-22T19:13:40.963861+00:00 heroku[router]: at=info method=GET path="/favicon.ico" request_id=fbdebd0c-89c0-410f-be12-ca9b1c35d18d fwd=“188.223.116.76” dyno=web.1 connect=1ms service=5ms status=404 bytes=281 protocol=https
but I don’t have a /favicon.ico in my code?? and all my code seems to work locally!
thanks in advance for any help given. literally pulling my hair out