简体   繁体   English

Vuejs 路由器保护 beforeEach 钩子抛出最大调用超出错误

[英]Vuejs router Guards for beforeEach hook throws a Maximum call exceed error

in this firebase -VueJS app i'm building also i'm trying to set basic security rules to surf on it , utilizing router guards.在我正在构建的这个 firebase -VueJS 应用程序中,我还尝试设置基本的安全规则以利用路由器防护在其上冲浪。 In my main.js i put this code refering to allow permission or not attuning with the user auth situation, but throws me this 'vue-router.esm.js?xxx RangeError: Maximum call stack size exceeded':在我的 main.js 中,我将这段代码指的是允许权限或不调整用户身份验证情况,但向我抛出了这个“vue-router.esm.js?xxx RangeError: Maximum call stack size exceeded”:

router.beforeEach( (to, from, next) => {
      if(store.getters.getUser == null || store.getters.getUser == undefined ){
        next('/welcome',)
      }
        else return  next()
    }
);

also as alternative i did try to use a beforeEnter hook on my router.js file on each and every path but despite of being working , any time i reload the page for any reason throws me to the landing login (welcome) page with the user clearly already logged in , here the code :也作为替代,我确实尝试在每个路径上的 router.js 文件上使用 beforeEnter 钩子,但尽管正在工作,但每当我因任何原因重新加载页面时,都会将我带到用户登录(欢迎)页面显然已经登录,这里的代码:

import store from '../store/index'


Vue.use(VueRouter)

const routes = [
  { 
    path: '/',
    name: 'home',
    component: Home,
    beforeEnter:(to, from, next) => {
      if (store.getters.getUser == null || store.getters.getUser == undefined ){
        next('/welcome',)
      }
        else return  next()
    }
  },
   path: '/chat',
    name: 'chat',
    component: Chat,
    beforeEnter:(to, from, next) => {
      if(store.getters.getUser == null || store.getters.getUser == undefined ){
        next('/welcome',)
      }
        else return  next()
    }
  }...etc...
  ]

guess had to hard code a forced exit to this , but not so conventional or dynamic because only would put me on a specific page , no matter where of the other links by the moment i might be at ... simply kept the beforeEnter in my router.js file , and then in the landing page, for the non authenticated users set a watcher on a opposite condition , pushing straight to home page , but the point is , being on other view aside home page , if i recharge , then would throw me to home page again.... I struggled with the beforeEach for a while , but none of possible solutions on the web was successful .猜测必须硬编码一个强制退出,但不是那么传统或动态,因为只会把我放在一个特定的页面上,无论我现在在哪里其他链接......只需将 beforeEnter 保留在我的router.js 文件,然后在登录页面中,对于未通过身份验证的用户,在相反的条件下设置观察者,直接推送到主页,但重点是,在主页之外的其他视图上,如果我充值,那么会再次把我扔到主页.... 我在 beforeEach 上挣扎了一段时间,但网络上没有一个可能的解决方案是成功的。 Here what i did:这是我所做的:

router.js file


import store from '../store/index'



Vue.use(VueRouter)

const routes = [
  { 
    path: '/',
    name: 'home',
    component: Home,
    beforeEnter:((to, from, next)=>{
      if(store.getters.getUser == null || store.getters.getUser == undefined ){
        next ('/welcome',)
      }
        else next ()
    })
  },
  {
    path: '/about',
    name: 'about',
    component:About,
  },
  {
    path: '/chat',
    name: 'ChatRoom',
    component:ChatRoom,
    beforeEnter:((to, from, next) => {
      if(store.getters.getUser == null || store.getters.getUser == undefined ){
        next ('/welcome',)
      }
        else next()
    })
  },
  {
    path: '/results/:idItemSelected',
    name: 'SearchResults',
    component:SearchResults,
    props:true,
    beforeEnter:((to, from, next) => {
      if(store.getters.getUser == null || store.getters.getUser == undefined ){
        next ('/welcome',)
      }
        else next()
    })

  },
  {
    path: '/welcome',
    name: 'WelcomingPage',
    component:WelcomingPage,

  },
]

and then on my WelcomingPage view set this:然后在我的 WelcomePage 视图上设置:

computed: {
    ...mapGetters(["getUser"]),

user(){ 
  return this.$store.getters.getUser

}

watch:{
    user(value) {
      if(value != null||value != undefined){
          this.$router.push('/')
      }
      else{
        return this
      }
    },

This middly works but still isn't completely right , so please if someone has the same issue and already found a practical solution , better than this , i would appreciate any help.这中间有效,但仍然不完全正确,所以如果有人遇到同样的问题并且已经找到了比这更好的实用解决方案,我将不胜感激。 Thanks in advance提前致谢

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Pikaday 未计算错误最大调用堆栈大小超过 - Pikaday uncought error maximum call stack size exceed Cypress - 在 BeforeEach Hook 中调用自定义命令 - Cypress - Call custom command in BeforeEach Hook React useContext throws无效的钩子调用错误 - React useContext throws Invalid hook call error 错误:无效的钩子调用,反应路由器历史 - Error: Invalid hook call, React router history 事件处理程序抛出无效的钩子调用错误 - Event handler throws invalid hook call error 在 Vuejs 2 应用程序中使用 vue-router 会抛出 ''export 'createRouter' was not found in 'vue-router'' 错误消息 - Using vue-router in a Vuejs 2 application throws '"export 'createRouter' was not found in 'vue-router'' error message 带有minimax算法的JavaScript中的井字游戏,给出错误,最大调用堆栈大小超过 - Tic tac toe in JavaScript with minimax algorithm giving error maximum call stack size exceed Vue.js:两次调用created()钩子 - Vuejs: call created() hook twice 无法解决 Invalid Hook Call 错误(结合 React Router) - Can't resolve Invalid Hook Call error (in conjunction with React Router) 错误:无效的挂钩调用 - 在 react-router useHistory 中 - Error: Invalid hook call - in react-router useHistory
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM