Hi!
I am using WooCommerce plugin with a slickstack-based wordpress without problem.
However, I have an issue with the official WooCommerce android app: some actions (editing product, changing order status…) send PUT or DELETE requests to the REST API, and those requests are blocked by nginx (405 error).
I saw the issue was mentioned here: https://slickstack.io/forum/topic/why-does-slickstack-block-put-and-delete-requests-in-nginx but I am not sure what would be the best way to get the official WooCommerce android app working with my stack.
Unless they replace “PUT API/path/order” with “POST API/path/order?_method=PUT”…
Any idea?