Nikos Topulos
Nikos Topulos
I have the same problem, I was testing my API and some tests were failing. At the end these issues seemed to originate in a problem of jwt-auth when it...
I found a solution to this problem: 1. If you are on version 0.5.*, update to 1.0.0-rc.3. 2. Replace `JWTAuth::toUser()` by `auth()->user()`. I did not try to find out why,...
@aldyson Sorry, but I noticed afterwards that this update caused the authentication to fail elsewhere. Then trying to fix one bug, created a another one and so on. If you...
This bug is still present in v1.0.0-rc.3 and this fix cannot be directly applied. @meeroslav do you plan to fix this issue? It is quite a bug, as any real...
Same issue here. The suggestion of children routes is unfortunately not suitable in all situations.
I had the same problem, my template was not using jQuery and this plugin relies on it (check your console for related JavaScript errors). Adding the dependency solved the issue:
The project where the problem happens uses a lot of nesting, it also includes JavaScript inside HTML and uses [tedious/JShrink](https://github.com/tedious/JShrink) to minify this JavaScript. Unfortunately I was unable to reproduce...