Open VadimCeretean opened 4 years ago
@yoyo837 Do you mind providing reproduction sample using template.nuxtjs.org?
I've solved it. it's bad code by myself. https://github.com/axios/axios/issues/3009#issuecomment-768105518
@VadimCeretean I guess you are in the same case as me.
I create axios plugin via axios.create, and I add 'X-Api-Key' header from cookies, and when token cookie exist app is crashing with Maximum call stack size exceeded error? anyone know how to fix it?