Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

boyjarv's avatar

(in promise) RangeError: Maximum call stack size exceeded

Here is my app.vue:

<template>
  <router-view />
</template>

<script>
export default {
  name: "AppView",
};
</script>

When I change to different routes, I then get: uncaught (in promise) TypeError: Cannot read properties of null (reading 'parentNode')

0 likes
1 reply
MohamedTammam's avatar

What Vue version? and do you have a middleware for that route?

Please or to participate in this conversation.