express-status-monitor icon indicating copy to clipboard operation
express-status-monitor copied to clipboard

Cannot access status path

Open joetidee opened this issue 3 years ago • 3 comments

I have installed this package and added the require statement like so:

const app = express();
app.use(require('express-status-monitor')());

but I end up getting forwarded to my 404 page. I assume that this middleware should intercept the route to /status and it should not fall through, but it is.

joetidee avatar Jul 04 '21 12:07 joetidee

The path is /status-monitor unless you have changed it.

mominafiz avatar Aug 12 '21 05:08 mominafiz

The demo link in the readme file also gives CANNOT GET /status error. The complete URL is https://hackathon-starter.walcony.com/status

ganesh-dagadi avatar Nov 28 '21 11:11 ganesh-dagadi

The path is /status-monitor unless you have changed it.

Pretty sure it's /status according to the codes and readme. https://github.com/RafalWilinski/express-status-monitor/blob/8ff29e7c4a98e2adffa27689b3b80b2f33ea8b0f/src/helpers/default-config.js#L4

lamweili avatar May 07 '22 18:05 lamweili