Next.js Discord

Discord Forum

Minified React error #419

Unanswered
Masai Lion posted this in #help-forum
Open in Discord
Masai LionOP
Should I worry about these 2 errors messages? The errors are thrown by a server route. the error.tsx file lies within the same root of page.tsx, it doesn't affect anything else though.

23 Replies

Masai LionOP
this only happens in production mode for some reason
in dev mode, do you get errors? @Masai Lion
Masai LionOP
Yeah i do but I don’t get these messages
those errors are production specific
Masai LionOP
Yes
in dev you will see the actual errors
Masai LionOP
Is there anything to worry about ?
i mean.. its an error somewhere so fix it lol
Masai LionOP
Well I have error.tsx
The errors are just http requests that failed cuz of network issues or related
oh yea then dw abt it lol
Masai LionOP
but the error msgs just pop up in console when it happens (the errors)
shouldn’t be nothing i guess
yea then its fine, probably just catch the error somewhere
and just dont show it (if its intended)
Masai LionOP
right
mark a soln
Original message was deleted
.
Masai LionOP
thanks
Original message was deleted
this is not an answer
@Masai Lion Is there anything to worry about ?
yes there is. fix it
go to the server-side log, look up the actual error message and fix it
Masai LionOP
I said that the error will happen due to bad requests for example