Skip to content

Remove/edit buttons actions get 405 on production #722

Description

@softatac

Hello,

Great work with this bundle.
Unfortunately, I've stumbled upon one persistent issue Remove/Edit buttons do not work on production (they work fine on dev)

The problem seems to be that when clicking the delete button, the first request works (for getting the remove comment form), but the 2nd request (which should submit the delete form with PATCH method) actually submits a POST, thus the server responds with a 405 (Method Not Allowed) and the comment never gets deleted.

Why could this be happening?
Many thanks

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions