We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I try to impersonate a user I get a 404. After manually changing the url the impersonation does not work.
The url he's trying to follow: /nova-impersonate/users/8/web?redirect_to=%2F
/nova-impersonate/users/8/web?redirect_to=%2F
My User Resource:
public function fields(Request $request) { return [ ... Impersonate::make($this), ... ]; }
I'm also using the canImpersonate method on my user, but that returns true
This looks to me as the most basic implementation of your package, but I can't get it to work
The text was updated successfully, but these errors were encountered:
Why you want to change the url? the url is hardcoded in vue, you can't change it
Sorry, something went wrong.
I don't. I meant after the 404 I navigated elsewhere hoping the impersonation would still work. But it didn't
Ah after going through the code I saw your check for the cached routes. I cleared my route cache and that fixed it
php artisan route:cache
No branches or pull requests
When I try to impersonate a user I get a 404. After manually changing the url the impersonation does not work.
The url he's trying to follow:
/nova-impersonate/users/8/web?redirect_to=%2F
My User Resource:
I'm also using the canImpersonate method on my user, but that returns true
This looks to me as the most basic implementation of your package, but I can't get it to work
The text was updated successfully, but these errors were encountered: