I am using Express and serve-favicon middleware.
app.use(favicon(__dirname + '/public/favicon.ico'))
I am using this command right after the express app has been initialized. I have placed the favicon in the public directory. Why does it not work?
My problem is not unique but it still does not work.