Fisher
useFetch with patch method is making GET requests instead
Hello, I am trying to make a
patch
request to an endpoint on a different server. When making the request, I am getting a 405
on the external server that the GET
method being sent is not allowed. So it seems that nuxt is not respecting my patch
parameter as the method. Any ideas how to make a patch request/fix this issue?
2 replies