zeeshansiddique_
Maximum call stack size exceeded
Getting the below error after updating my nuxt version from ('^3.5.1') to ('^3.11.1).
and it will break the page and show "This page isn't working", after reloding it work's fine.
Error is here.
browser.mjs?v=fd19e36f:44 Uncaught (in promise) RangeError: Maximum call stack size exceeded
at BrowserReporter.log (browser.mjs?v=fd19e36f:44:7)
at Consola._log (core.mjs?v=fd19e36f:381:16)
at resolveLog (core.mjs?v=fd19e36f:349:14)
at Consola._logFn (core.mjs?v=fd19e36f:377:5)
at core.mjs?v=fd19e36f:306:19
at BrowserReporter.log (browser.mjs?v=fd19e36f:44:7)
at Consola._log (core.mjs?v=fd19e36f:381:16)
at resolveLog (core.mjs?v=fd19e36f:349:14)
at Consola._logFn (core.mjs?v=fd19e36f:377:5)
1 replies
Fetching Wrong Data
I am facing an issue, please help me.
when a user logged in. i am calling an API on server side which is fetching its personal info.
that API fetching a correct response but when user land on client-side it shows wrong data(data of another user), but both users are login on different machine and from different city.
2 replies