Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot access status path #176

Open
joetidee opened this issue Jul 4, 2021 · 3 comments
Open

Cannot access status path #176

joetidee opened this issue Jul 4, 2021 · 3 comments

Comments

@joetidee
Copy link

joetidee commented Jul 4, 2021

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.

@mominafiz
Copy link

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

@ganesh-dagadi
Copy link

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

@lamweili
Copy link

lamweili commented May 7, 2022

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

Pretty sure it's /status according to the codes and readme.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants