Delete operation not working in backpack crud #946
-
Delete operation from list of user or category or tag etc not working and return 419 error (CSRF token mismatch.). Ho can I fix in backpack admin |
Beta Was this translation helpful? Give feedback.
Answered by
karandatwani92
Apr 17, 2024
Replies: 1 comment
-
Hey @shilpitrusty Do a My guess would be
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
karandatwani92
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @shilpitrusty
Do a
php artisan basset:check
. It will probably tell you where your error is.My guess would be
APP_URL
in.env
file.