-
Notifications
You must be signed in to change notification settings - Fork 208
New issue
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
[Laravel v8.72] Method getRecallerName does not exist #145
Comments
relaypilot
changed the title
Method getRecallerName does not exist.
[Laravel v8.72] Method getRecallerName does not exist
Nov 18, 2021
Same issue here! Did you find a quick fix ? (Downgrade Laravel version ?) |
Downgrading to 8.71 worked on local but not on prod for some reason. A quick solution I found is to comment out those lines in
|
I change my composer.json to this : Work locally on in production in my side ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After upgrading from Laravel v8.71.x to Laravel v8.72.0, it became impossible to impersonate users.
When I try to impersonate a user, I am simply logged out.
My log files show the following:
Method Illuminate\Auth\RequestGuard::getRecallerName does not exist.
It seems that the new Laravel version 8.72 contains a breaking change for the laravel-impersonate package.
The text was updated successfully, but these errors were encountered: