we are getting TypeError: Cannot read property 'path' of undefined when the URL is not exist (status code is 404)
from console the error is coming from this file
node_modules/prometheus-api-metrics/src/koa-middleware.js:98
let route = properRoute.path; // properRoute is undefined for 404 request
is there a way to fix it?