-
Notifications
You must be signed in to change notification settings - Fork 0
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
404 for existing pages #446
Comments
@kbardi I'm guessing this is more in your area of expertise :) |
@camposcristianeze @kbardi Any insights on this? |
@rin I guess is not next.js but just us reporting 404s AND errors using the same page? Lines 17 to 28 in 8a5186c
I created this issue to explore some solutions, but actually I think we need some sort of threshold (let's say, 100 404 hits?) on either server-side (remember server.js now is ignored with static rendering) and/or bugsnag. Maybe there's a way there to divide 404s instead of grouping them into the same "error"? |
|
@kbardi would be great If you can take a look during this week 👍 |
I guess this is more of a discussion …
How do the 404s happen that get reported on Bugnsag – I'm guessing there's not really a problem here and it's just now next.js works?
But … how?
Can we make these not throw Bugsnags in some way?
Bugsnag examples:
https://app.bugsnag.com/aime-mentoring/website-frontend/errors/5ea8f4dff561130017a8c30c?filters[event.since][0]=30d&filters[error.status][0]=open
https://app.bugsnag.com/aime-mentoring/website-frontend/errors/5de1129a37d6bf00185d83ea?filters[event.since][0]=30d&filters[error.status][0]=open
The text was updated successfully, but these errors were encountered: