Recently, I started working on a nuxt.js/vue project using a pre-built starter template. However, I have been encountering numerous error messages such as "Maximum call stack size exceeded." It's quite challenging to pinpoint the exact source of these errors. Has anyone encountered a similar issue and found an effective method to trace back to the root cause?
Here are some of the error messages I've been receiving:
WARN Cannot stringify a function transformRequest 14:52:50
WARN Cannot stringify a function transformResponse 14:52:50
WARN Cannot stringify a function httpAdapter 14:52:50
WARN Cannot stringify a function validateStatus 14:52:50
WARN Cannot stringify arbitrary non-POJOs ClientRequest 14:52:50
WARN Cannot stringify a function 14:52:50
WARN Cannot stringify a function transformRequest 14:52:50
WARN Cannot stringify a function transformResponse 14:52:50
WARN Cannot stringify a function httpAdapter 14:52:50
WARN Cannot stringify a function validateStatus 14:52:50
WARN Cannot stringify arbitrary non-POJOs ClientRequest 14:52:50
WARN Cannot stringify a function 14:52:50
Additionally,