Capacitor 4.3 Http - Patch request not executed

I’m using the new HTTP plugin. When trying to issue a PATCH, PUT or POST request, the plugin simply throws an error

{"message":"Error","errorMessage":"Error","code":"REQUEST","data":{}}

and the request is never executed.

Is there any way to further debug the issue?