-
Notifications
You must be signed in to change notification settings - Fork 59
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
Error 403 Forbidden when clicked from table actions #83
Comments
It's not redirecting after impersonating resulting in a Forbidden Error |
I'm having the same issue anyone got a solution ? |
Gotcha. In my case, there was one |
If you wish to keep the widget there, just remove the |
Thanks a lot 👍 I have stats widget over the users table and // InteractsWithPageTable workaround made it work. |
Hi,
When i click Impersonate from table actions I get
Error 403 Forbidden I assume because the url stays the same mysite.test/admin/users
When I click Impersonate from Edit view everything works normally
Laravel: 11.10.0
PHP 8.2.19
Filament: v3.2.86
Thanks for your help and support
use STS\FilamentImpersonate\Tables\Actions\Impersonate;
class UserResource extends Resource
config file
The text was updated successfully, but these errors were encountered: