You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever I see a 404 error in my logs, the "msg" is always undefined. Looking at the code, it looks like it expects to get the value from the err field, which also seems to be coming up as undefined.
Would it be possible to take the value for the message from the request.statusMessage or something?
The text was updated successfully, but these errors were encountered:
Whenever I see a 404 error in my logs, the "msg" is always
undefined
. Looking at the code, it looks like it expects to get the value from theerr
field, which also seems to be coming up as undefined.Would it be possible to take the value for the message from the request.statusMessage or something?
The text was updated successfully, but these errors were encountered: