vuejs/vue-cli

How can I process proxy onError manually?

Cinux-Chosan opened this issue · 1 comments

onError: onProxyError(target)

I indeed require a custom response when encountering a proxy error.

From the code perspective, it is hardcoded to only use the default console prompts provided by Vue CLI and does not support custom error handling logic.