-
Notifications
You must be signed in to change notification settings - Fork 34
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
403 error page upon deleting a resource #6069
Comments
Unable to reproduce the issue, please provide full reproducing repository based on fresh installation as suggested in the bug report template (or you can refer to https://github.com/nova-issues for example) |
@crynobone |
Is there any specific apache configurations that need to be enabled/disabled for nova to delete a resource? |
Unable to reproduce the issue, please provide full reproducing repository based on fresh installation as suggested in the bug report template (or you can refer to https://github.com/nova-issues for example) |
Hi there, this issue has been marked as fixed and done based on above description, reproducing code and test done on our side. If you still have a problem please create a New Issue with full description on how to reproduce the issue based on your use case. |
Description:
I just put our companies Laravel nova project on a new server, and I have never had an issue like this, but when I try and delete a resource it throws a 403 error page. I can create and edit just fine. It seems to be just deleting.
Detailed steps to reproduce the issue on a fresh Nova installation:
Create a resource, and attempt to delete the resource.
The text was updated successfully, but these errors were encountered: