Closed ErickZH closed 4 years ago
Estou tendo o mesmo problema :/
any solutions? @leonardovilarinho
@regisbaldo Hi, Change version vue-acl
to 4.1.5
I've got the same error despite using vue-acl@4.1.7 😞
I no longer have a problem loading my app, but I realized that Roles do not work. A user with role x can access the user's resource with role y.
It would be best to start looking for alternatives to this package :(
Hello everyone,
only with the error message is it very rare for me to be able to replicate it for testing and correction. Please enter the steps for reproducing the error.
I had this error only once, it happened because I created an infinite loop with the permission settings that I registered. So it's worth reviewing all defined rules.
Another thing I want to point out again is that the package is open source and has a code that is easy to understand, any of you could study the error and fix it before waiting for a savior. If you still prefer to look for another package, feel free.
Finally, there are no permission errors as mentioned in the last comment, I use this package in several professional projects and I never had any problems like that. Probably the permission definitions that you created are wrong, if you want to upload an example of how you are using the permissions we can take a look and guide you.
I uploaded the repository with an updated demo if needed. If there are errors, please do not forget the steps for reproducing it.
PS: sorry for my english
Vue js: 2.6.10 Vue ACL: 4.0.7 Vue Router: 3.1.3
With this error my application does not render.