You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: