Skip to content
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
@devhasanalmamun
Comment options

Answer selected by devhasanalmamun
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