Next JS error handling.
I'm having this weird error in Next dev whenever I throw an error in a router.
Am I handling it correctly in the first place?
onError
works fine but this error in the dev tool is worrying.
4 Replies
I'm getting same error, @Brokenwind is it resolved?.
As far as I know, nope
@Brokenwind , I debugged issue and removed loggerLink and it's working fine


Thanks for this!