Skip to content

The DELETE method is not supported for route dashboard/admin/blogs. Supported methods: GET, HEAD, POST. #1836

Discussion options

You must be logged in to vote

You have those routes in admin.php, so most likely the routes don't have the Inertia middleware added. Inertia converts a 302 redirect to a 303 so that a follow-up request is made using GET, see https://inertiajs.com/redirects#303-response-code

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@farhanahmedhasan
Comment options

Answer selected by farhanahmedhasan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants